Html Css Color HEX #156132 Crusoe

📋 copy color: '#156132'

red 21 ◦ green 97 ◦ blue 50

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

Shades of Crusoe #156132

Tints of Crusoe #156132

RGB

 RED value IS 21 (8.59% from 255) = 12.5%

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

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

R = 12.5%
G = 57.74%
B = 29.76%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#156132 (or 0x156132) is known color: Crusoe. HEX triplet: 15, 61 and 32. RGB value is (21,97,50). Sum of RGB (Red+Green+Blue) = 21+97+50=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #156132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156132 is #EA9ECD. Grayscale: #454545. Windows color (decimal): -15376078 or 3301653. OLE color: 3301653.

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

Color convert

RGB 21 97 50 -
CMYK 0.78 0 0.48 0.62
HSL 142.89º 0.64% 0.23% -
HSV(B) 142.89º 0.78% 0.38% -
XYZ 5.16 8.94 4.47 -
YUV 68.92 117.32 93.82 -
System Red Green Blue C M Y K H S L
Decimal 21 97 50 0.78 0 0.48 0.62 142.89 0.64 0.23
Hex 15 61 32 4E 0 30 3E 8F 40 17
Octal 25 141 62 116 0 60 76 217 100 27
Binary 10101 1100001 110010 1001110 0 110000 111110 10001111 1000000 10111

Color Harmonies of #156132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156132

Black with #156132

Text Example


Text Example

White with #156132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156132; }

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

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

background-color css

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

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

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

border-color css

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

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

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