Html Css Color HEX #136032 Crusoe

📋 copy color: '#136032'

red 19 ◦ green 96 ◦ blue 50

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

Shades of Crusoe #136032

Tints of Crusoe #136032

RGB

 RED value IS 19 (7.81% from 255) = 11.52%

 GREEN value IS 96 (37.89% from 255) = 58.18%

 BLUE value IS 50 (19.92% from 255) = 30.3%

R = 11.52%
G = 58.18%
B = 30.3%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#136032 (or 0x136032) is known color: Crusoe. HEX triplet: 13, 60 and 32. RGB value is (19,96,50). Sum of RGB (Red+Green+Blue) = 19+96+50=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 50 (19.92% from 255 or 30.30% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #136032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136032 is #EC9FCD. Grayscale: #434343. Windows color (decimal): -15507406 or 3301395. OLE color: 3301395.

HSL color Cylindrical-coordinate representation of color #136032: hue angle of 144.16º 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 #136032 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 50 -
CMYK 0.80 0 0.48 0.62
HSL 144.16º 0.67% 0.23% -
HSV(B) 144.16º 0.8% 0.38% -
XYZ 5.03 8.73 4.44 -
YUV 67.73 117.99 93.24 -
System Red Green Blue C M Y K H S L
Decimal 19 96 50 0.80 0 0.48 0.62 144.16 0.67 0.23
Hex 13 60 32 50 0 30 3E 90 43 17
Octal 23 140 62 120 0 60 76 220 103 27
Binary 10011 1100000 110010 1010000 0 110000 111110 10010000 1000011 10111

Color Harmonies of #136032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136032

Black with #136032

Text Example


Text Example

White with #136032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136032; }

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

 H1.HeaderClassName
 {
   color: #136032;
 }
 .AnyTagClassName
 {
   color: #136032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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