#056018

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

Shades of Crusoe #056018

Tints of Crusoe #056018

Color information

#056018 (or 0x056018) is unknown color: approx Crusoe. HEX triplet: 05, 60 and 18. RGB value is (5,96,24). Sum of RGB (Red+Green+Blue) = 5+96+24=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 96 (37.89% from 255 or 76.8% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 96 - color contains mainly: green. Hex color #056018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056018 is #FA9FE7. Grayscale: #3C3C3C. Windows color (decimal): -16424936 or 1597445. OLE color: 1597445.

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

Color convert

RGB59624-
CMYK0.9500.750.62
HSL132.53º90.1%19.8%-
HSV(B)132.53º94.79%37.65%-
XYZ4.418.462.27-
YUV60.58107.3588.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 96 (37.89% from 255) = 76.8%
BLUE value IS 24 (9.77% from 255) = 19.2%
R=4%
G=76.8%
B=19.2%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596240.9500.750.62132.5390.119.8
Hex560185F04B3E855a14
Octal51403013701137620513224
Binary10111000001100010111110100101111111010000101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056018; }

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

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

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

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

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

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

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

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