#156025

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

Shades of Crusoe #156025

Tints of Crusoe #156025

Color information

#156025 (or 0x156025) is unknown color: approx Crusoe. HEX triplet: 15, 60 and 25. RGB value is (21,96,37). Sum of RGB (Red+Green+Blue) = 21+96+37=154 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.64% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #156025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156025 is #EA9FDA. Grayscale: #434343. Windows color (decimal): -15376347 or 2449429. OLE color: 2449429.

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

Color convert

RGB219637-
CMYK0.7800.610.62
HSL132.8º64.1%22.94%-
HSV(B)132.8º78.12%37.65%-
XYZ4.838.663.17-
YUV66.85111.1595.3-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.64%
GREEN value IS 96 (37.89% from 255) = 62.34%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=13.64%
G=62.34%
B=24.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196370.7800.610.62132.864.122.94
Hex1560254E03D3E854017
Octal25140451160757620510027
Binary1010111000001001011001110011110111111010000101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156025; }

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

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

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

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

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

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

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

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