Html Css Color HEX #136024 Crusoe

📋 copy color: '#136024'

red 19 ◦ green 96 ◦ blue 36

#136024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #136024

Tints of Crusoe #136024

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 value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#136024 (or 0x136024) is known color: 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

RGB 19 96 36 -
CMYK 0.80 0 0.62 0.62
HSL 133.25º 0.67% 0.23% -
HSV(B) 133.25º 0.8% 0.38% -
XYZ 4.77 8.63 3.08 -
YUV 66.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 19 96 36 0.80 0 0.62 0.62 133.25 0.67 0.23
Hex 13 60 24 50 0 3E 3E 85 43 17
Octal 23 140 44 120 0 76 76 205 103 27
Binary 10011 1100000 100100 1010000 0 111110 111110 10000101 1000011 10111

Color Harmonies of #136024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136024

Black with #136024

Text Example


Text Example

White with #136024

Text Example


Text Example

HTML Codes & Css Web 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>