#156028

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

Shades of Crusoe #156028

Tints of Crusoe #156028

Color information

#156028 (or 0x156028) is unknown color: approx Crusoe. HEX triplet: 15, 60 and 28. RGB value is (21,96,40). Sum of RGB (Red+Green+Blue) = 21+96+40=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #156028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #156028 is #EA9FD7. Grayscale: #434343. Windows color (decimal): -15376344 or 2646037. OLE color: 2646037.

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

Color convert

RGB219640-
CMYK0.7800.580.62
HSL135.2º64.1%22.94%-
HSV(B)135.2º78.12%37.65%-
XYZ4.888.683.43-
YUV67.19112.6595.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 96 (37.89% from 255) = 61.15%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=13.38%
G=61.15%
B=25.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2196400.7800.580.62135.264.122.94
Hex1560284E03A3E874017
Octal25140501160727620710027
Binary1010111000001010001001110011101011111010000111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156028; }

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

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

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

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

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

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

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

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