#056019

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

Shades of Crusoe #056019

Tints of Crusoe #056019

Color information

#056019 (or 0x056019) is unknown color: approx Crusoe. HEX triplet: 05, 60 and 19. RGB value is (5,96,25). Sum of RGB (Red+Green+Blue) = 5+96+25=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 96 (37.89% from 255 or 76.19% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 96 - color contains mainly: green. Hex color #056019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056019 is #FA9FE6. Grayscale: #3C3C3C. Windows color (decimal): -16424935 or 1662981. OLE color: 1662981.

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

Color convert

RGB59625-
CMYK0.9500.740.62
HSL133.19º90.1%19.8%-
HSV(B)133.19º94.79%37.65%-
XYZ4.428.472.32-
YUV60.7107.8588.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 96 (37.89% from 255) = 76.19%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=3.97%
G=76.19%
B=19.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596250.9500.740.62133.1990.119.8
Hex560195F04A3E855a14
Octal51403113701127620513224
Binary10111000001100110111110100101011111010000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056019; }

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

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

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

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

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

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

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

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