#056022

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

Shades of Crusoe #056022

Tints of Crusoe #056022

Color information

#056022 (or 0x056022) is unknown color: approx Crusoe. HEX triplet: 05, 60 and 22. RGB value is (5,96,34). Sum of RGB (Red+Green+Blue) = 5+96+34=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 96 (37.89% from 255 or 71.11% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 96 - color contains mainly: green. Hex color #056022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056022 is #FA9FDD. Grayscale: #3D3D3D. Windows color (decimal): -16424926 or 2252805. OLE color: 2252805.

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

Color convert

RGB59634-
CMYK0.9500.650.62
HSL139.12º90.1%19.8%-
HSV(B)139.12º94.79%37.65%-
XYZ4.538.512.92-
YUV61.72112.3587.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 96 (37.89% from 255) = 71.11%
BLUE value IS 34 (13.67% from 255) = 25.19%
R=3.70%
G=71.11%
B=25.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596340.9500.650.62139.1290.119.8
Hex560225F0413E8b5a14
Octal51404213701017621313224
Binary101110000010001010111110100000111111010001011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056022; }

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

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

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

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

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

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

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

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