#156227

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

Shades of Crusoe #156227

Tints of Crusoe #156227

Color information

#156227 (or 0x156227) is unknown color: approx Crusoe. HEX triplet: 15, 62 and 27. RGB value is (21,98,39). Sum of RGB (Red+Green+Blue) = 21+98+39=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 98 (38.67% from 255 or 62.03% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 98 - color contains mainly: green. Hex color #156227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156227 is #EA9DD8. Grayscale: #444444. Windows color (decimal): -15375833 or 2581013. OLE color: 2581013.

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

Color convert

RGB219839-
CMYK0.7900.600.62
HSL134.03º64.71%23.33%-
HSV(B)134.03º78.57%38.43%-
XYZ5.049.043.4-
YUV68.25111.4994.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 98 (38.67% from 255) = 62.03%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=13.29%
G=62.03%
B=24.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2198390.7900.600.62134.0364.7123.33
Hex1562274F03C3E864117
Octal25142471170747620610127
Binary1010111000101001111001111011110011111010000110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156227; }

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

 H1.HeaderClassName
 {
   color: #156227;
 }
 .AnyTagClassName
 {
   color: #156227;
 }
</style>
background-color css

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

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

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

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

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

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