#156625

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

Shades of Crusoe #156625

Tints of Crusoe #156625

Color information

#156625 (or 0x156625) is unknown color: approx Crusoe. HEX triplet: 15, 66 and 25. RGB value is (21,102,37). Sum of RGB (Red+Green+Blue) = 21+102+37=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 102 (40.23% from 255 or 63.75% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 102 - color contains mainly: green. Hex color #156625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156625 is #EA99DA. Grayscale: #464646. Windows color (decimal): -15374811 or 2450965. OLE color: 2450965.

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

Color convert

RGB2110237-
CMYK0.7900.640.6
HSL131.85º65.85%24.12%-
HSV(B)131.85º79.41%40%-
XYZ5.399.83.36-
YUV70.37109.1692.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 102 (40.23% from 255) = 63.75%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=13.12%
G=63.75%
B=23.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21102370.7900.640.6131.8565.8524.12
Hex1566254F0403C844218
Octal251464511701007420410230
Binary10101110011010010110011110100000011110010000100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156625; }

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

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

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

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

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

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

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

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