#156226

Color #156226 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #156226

Tints of Crusoe #156226

Color information

#156226 (or 0x156226) is unknown color: approx 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

RGB219838-
CMYK0.7900.610.62
HSL133.25º64.71%23.33%-
HSV(B)133.25º78.57%38.43%-
XYZ5.039.033.31-
YUV68.14110.9994.38-

RGB Variations

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

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.20%
R=13.38%
G=62.42%
B=24.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198380.7900.610.62133.2564.7123.33
Hex1562264F03D3E854117
Octal25142461170757620510127
Binary1010111000101001101001111011110111111010000101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>