#136024

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

Shades of Crusoe #136024

Tints of Crusoe #136024

Color information

#136024 (or 0x136024) is unknown color: approx Crusoe. HEX triplet: 13, 60 and 24. RGB value is (19,96,36). Sum of RGB (Red+Green+Blue) = 19+96+36=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #136024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136024 is #EC9FDB. Grayscale: #424242. Windows color (decimal): -15507420 or 2383891. OLE color: 2383891.

HSL color Cylindrical-coordinate representation of color #136024: hue angle of 133.25º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136024 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB199636-
CMYK0.8000.620.62
HSL133.25º66.96%22.55%-
HSV(B)133.25º80.21%37.65%-
XYZ4.778.633.08-
YUV66.14110.9994.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 96 (37.89% from 255) = 63.58%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=12.58%
G=63.58%
B=23.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1996360.8000.620.62133.2566.9622.55
Hex1360245003E3E854317
Octal23140441200767620510327
Binary1001111000001001001010000011111011111010000101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136024; }

 p { color: rgb(19,96,36); }

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

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

 a { background-color: rgb(19,96,36); }

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

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

 span { border-color: rgb(19,96,36); }

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