#056014

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

Shades of Crusoe #056014

Tints of Crusoe #056014

Color information

#056014 (or 0x056014) is unknown color: approx Crusoe. HEX triplet: 05, 60 and 14. RGB value is (5,96,20). Sum of RGB (Red+Green+Blue) = 5+96+20=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #056014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056014 is #FA9FEB. Grayscale: #3C3C3C. Windows color (decimal): -16424940 or 1335301. OLE color: 1335301.

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

Color convert

RGB59620-
CMYK0.9500.790.62
HSL129.89º90.1%19.8%-
HSV(B)129.89º94.79%37.65%-
XYZ4.378.452.06-
YUV60.13105.3588.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 96 (37.89% from 255) = 79.34%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=4.13%
G=79.34%
B=16.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596200.9500.790.62129.8990.119.8
Hex560145F04F3E825a14
Octal51402413701177620213224
Binary10111000001010010111110100111111111010000010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056014; }

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

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

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

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

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

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

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

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