Html Css Color HEX #136132 Crusoe

📋 copy color: '#136132'

red 19 ◦ green 97 ◦ blue 50

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

Shades of Crusoe #136132

Tints of Crusoe #136132

RGB

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

 GREEN value IS 97 (38.28% from 255) = 58.43%

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

R = 11.45%
G = 58.43%
B = 30.12%

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

#136132 (or 0x136132) is known color: Crusoe. HEX triplet: 13, 61 and 32. RGB value is (19,97,50). Sum of RGB (Red+Green+Blue) = 19+97+50=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #136132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136132 is #EC9ECD. Grayscale: #444444. Windows color (decimal): -15507150 or 3301651. OLE color: 3301651.

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

Color convert

RGB 19 97 50 -
CMYK 0.80 0 0.48 0.62
HSL 143.85º 0.67% 0.23% -
HSV(B) 143.85º 0.8% 0.38% -
XYZ 5.12 8.92 4.47 -
YUV 68.32 117.66 92.82 -
System Red Green Blue C M Y K H S L
Decimal 19 97 50 0.80 0 0.48 0.62 143.85 0.67 0.23
Hex 13 61 32 50 0 30 3E 90 43 17
Octal 23 141 62 120 0 60 76 220 103 27
Binary 10011 1100001 110010 1010000 0 110000 111110 10010000 1000011 10111

Color Harmonies of #136132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136132

Black with #136132

Text Example


Text Example

White with #136132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136132; }

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

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

background-color css

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

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

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

border-color css

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

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

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