Html Css Color HEX #156022 Crusoe

📋 copy color: '#156022'

red 21 ◦ green 96 ◦ blue 34

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

Shades of Crusoe #156022

Tints of Crusoe #156022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.52%

R = 13.91%
G = 63.58%
B = 22.52%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#156022 (or 0x156022) is known color: Crusoe. HEX triplet: 15, 60 and 22. RGB value is (21,96,34). Sum of RGB (Red+Green+Blue) = 21+96+34=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 96 (37.89% from 255 or 63.58% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 96 - color contains mainly: green. Hex color #156022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156022 is #EA9FDD. Grayscale: #424242. Windows color (decimal): -15376350 or 2252821. OLE color: 2252821.

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

Color convert

RGB 21 96 34 -
CMYK 0.78 0 0.65 0.62
HSL 130.4º 0.64% 0.23% -
HSV(B) 130.4º 0.78% 0.38% -
XYZ 4.78 8.64 2.93 -
YUV 66.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 21 96 34 0.78 0 0.65 0.62 130.4 0.64 0.23
Hex 15 60 22 4E 0 41 3E 82 40 17
Octal 25 140 42 116 0 101 76 202 100 27
Binary 10101 1100000 100010 1001110 0 1000001 111110 10000010 1000000 10111

Color Harmonies of #156022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156022

Black with #156022

Text Example


Text Example

White with #156022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156022; }

 p { color: rgb(21,96,34); }

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

background-color css

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

 a { background-color: rgb(21,96,34); }

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

border-color css

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

 span { border-color: rgb(21,96,34); }

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