#136445

Color #136445 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #136445

Tints of Jewel #136445

Color information

#136445 (or 0x136445) is unknown color: approx Jewel. HEX triplet: 13, 64 and 45. RGB value is (19,100,69). Sum of RGB (Red+Green+Blue) = 19+100+69=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #136445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136445 is #EC9BBA. Grayscale: #484848. Windows color (decimal): -15506363 or 4547603. OLE color: 4547603.

HSL color Cylindrical-coordinate representation of color #136445: hue angle of 157.04º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136445 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB1910069-
CMYK0.8100.310.61
HSL157.04º68.07%23.33%-
HSV(B)157.04º81%39.22%-
XYZ5.99.687.19-
YUV72.25126.1690.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 10.11%
GREEN value IS 100 (39.45% from 255) = 53.19%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=10.11%
G=53.19%
B=36.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19100690.8100.310.61157.0468.0723.33
Hex1364455101F3D9d4417
Octal231441051210377523510427
Binary1001111001001000101101000101111111110110011101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136445; }

 p { color: rgb(19,100,69); }

 H1.HeaderClassName
 {
   color: #136445;
 }
 .AnyTagClassName
 {
   color: #136445;
 }
</style>
background-color css

<style>
 a { background-color: #136445; }

 a { background-color: rgb(19,100,69); }

 div.DivClassName
 {
   background-color: #136445;
 }
 .BgClassName
 {
   background-color: #136445;
 }
</style>
border-color css

<style>
 span { border-color: #136445; }

 span { border-color: rgb(19,100,69); }

 td.TdClassName
 {
   border-color: #136445;
 }
 .TagClassName
 {
   border-color: #136445;
 }
</style>