#056015

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

Shades of Crusoe #056015

Tints of Crusoe #056015

Color information

#056015 (or 0x056015) is unknown color: approx Crusoe. HEX triplet: 05, 60 and 15. RGB value is (5,96,21). Sum of RGB (Red+Green+Blue) = 5+96+21=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 96 (37.89% from 255 or 78.69% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 96 - color contains mainly: green. Hex color #056015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056015 is #FA9FEA. Grayscale: #3C3C3C. Windows color (decimal): -16424939 or 1400837. OLE color: 1400837.

HSL color Cylindrical-coordinate representation of color #056015: hue angle of 130.55º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056015 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB59621-
CMYK0.9500.780.62
HSL130.55º90.1%19.8%-
HSV(B)130.55º94.79%37.65%-
XYZ4.388.452.11-
YUV60.24105.8588.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 96 (37.89% from 255) = 78.69%
BLUE value IS 21 (8.59% from 255) = 17.21%
R=4.10%
G=78.69%
B=17.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596210.9500.780.62130.5590.119.8
Hex560155F04E3E835a14
Octal51402513701167620313224
Binary10111000001010110111110100111011111010000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056015; }

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

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

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

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

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

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

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

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