#156031

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

Shades of Crusoe #156031

Tints of Crusoe #156031

Color information

#156031 (or 0x156031) is unknown color: approx Crusoe. HEX triplet: 15, 60 and 31. RGB value is (21,96,49). Sum of RGB (Red+Green+Blue) = 21+96+49=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #156031 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156031 is #EA9FCE. Grayscale: #444444. Windows color (decimal): -15376335 or 3235861. OLE color: 3235861.

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

Color convert

RGB219649-
CMYK0.7800.490.62
HSL142.4º64.1%22.94%-
HSV(B)142.4º78.12%37.65%-
XYZ5.058.754.33-
YUV68.22117.1594.32-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=12.65%
G=57.83%
B=29.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196490.7800.490.62142.464.122.94
Hex1560314E0313E8e4017
Octal25140611160617621610027
Binary1010111000001100011001110011000111111010001110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156031; }

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

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

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

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

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

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

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

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