Html Css Color HEX #156226 Crusoe

📋 copy color: '#156226'

red 21 ◦ green 98 ◦ blue 38

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

Shades of Crusoe #156226

Tints of Crusoe #156226

RGB

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

 GREEN value IS 98 (38.67% from 255) = 62.42%

 BLUE value IS 38 (15.23% from 255) = 24.2%

R = 13.38%
G = 62.42%
B = 24.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#156226 (or 0x156226) is known color: Crusoe. HEX triplet: 15, 62 and 26. RGB value is (21,98,38). Sum of RGB (Red+Green+Blue) = 21+98+38=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #156226 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156226 is #EA9DD9. Grayscale: #444444. Windows color (decimal): -15375834 or 2515477. OLE color: 2515477.

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

Color convert

RGB 21 98 38 -
CMYK 0.79 0 0.61 0.62
HSL 133.25º 0.65% 0.23% -
HSV(B) 133.25º 0.79% 0.38% -
XYZ 5.03 9.03 3.31 -
YUV 68.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 21 98 38 0.79 0 0.61 0.62 133.25 0.65 0.23
Hex 15 62 26 4F 0 3D 3E 85 41 17
Octal 25 142 46 117 0 75 76 205 101 27
Binary 10101 1100010 100110 1001111 0 111101 111110 10000101 1000001 10111

Color Harmonies of #156226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #156226

Black with #156226

Text Example


Text Example

White with #156226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #156226; }

 p { color: rgb(21,98,38); }

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

background-color css

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

 a { background-color: rgb(21,98,38); }

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

border-color css

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

 span { border-color: rgb(21,98,38); }

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