#136428

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

Shades of Crusoe #136428

Tints of Crusoe #136428

Color information

#136428 (or 0x136428) is unknown color: approx Crusoe. HEX triplet: 13, 64 and 28. RGB value is (19,100,40). Sum of RGB (Red+Green+Blue) = 19+100+40=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 100 (39.45% from 255 or 62.89% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 100 - color contains mainly: green. Hex color #136428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136428 is #EC9BD7. Grayscale: #454545. Windows color (decimal): -15506392 or 2647059. OLE color: 2647059.

HSL color Cylindrical-coordinate representation of color #136428: hue angle of 135.56º 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 #136428 is Cyan = 0.81, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB1910040-
CMYK0.8100.60.61
HSL135.56º68.07%23.33%-
HSV(B)135.56º81%39.22%-
XYZ5.219.413.55-
YUV68.94111.6692.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 100 (39.45% from 255) = 62.89%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=11.95%
G=62.89%
B=25.16%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19100400.8100.60.61135.5668.0723.33
Hex1364285103C3D884417
Octal23144501210747521010427
Binary1001111001001010001010001011110011110110001000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136428; }

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

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

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

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

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

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

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

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