#156627

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

Shades of Crusoe #156627

Tints of Crusoe #156627

Color information

#156627 (or 0x156627) is unknown color: approx Crusoe. HEX triplet: 15, 66 and 27. RGB value is (21,102,39). Sum of RGB (Red+Green+Blue) = 21+102+39=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 102 (40.23% from 255 or 62.96% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 102 - color contains mainly: green. Hex color #156627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156627 is #EA99D8. Grayscale: #464646. Windows color (decimal): -15374809 or 2582037. OLE color: 2582037.

HSL color Cylindrical-coordinate representation of color #156627: hue angle of 133.33º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #156627 is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB2110239-
CMYK0.7900.620.6
HSL133.33º65.85%24.12%-
HSV(B)133.33º79.41%40%-
XYZ5.439.813.53-
YUV70.6110.1692.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 102 (40.23% from 255) = 62.96%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=12.96%
G=62.96%
B=24.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102390.7900.620.6133.3365.8524.12
Hex1566274F03E3C854218
Octal25146471170767420510230
Binary1010111001101001111001111011111011110010000101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156627; }

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

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

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

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

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

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

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

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