#136420

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

Shades of Crusoe #136420

Tints of Crusoe #136420

Color information

#136420 (or 0x136420) is unknown color: approx Crusoe. HEX triplet: 13, 64 and 20. RGB value is (19,100,32). Sum of RGB (Red+Green+Blue) = 19+100+32=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 100 (39.45% from 255 or 66.23% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 100 - color contains mainly: green. Hex color #136420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136420 is #EC9BDF. Grayscale: #444444. Windows color (decimal): -15506400 or 2122771. OLE color: 2122771.

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

Color convert

RGB1910032-
CMYK0.8100.680.61
HSL129.63º68.07%23.33%-
HSV(B)129.63º81%39.22%-
XYZ5.099.362.9-
YUV68.03107.6693.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 100 (39.45% from 255) = 66.23%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=12.58%
G=66.23%
B=21.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19100320.8100.680.61129.6368.0723.33
Hex136420510443D824417
Octal231444012101047520210427
Binary10011110010010000010100010100010011110110000010100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136420; }

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

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

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

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

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

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

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

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