#057022

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

Shades of Crusoe #057022

Tints of Crusoe #057022

Color information

#057022 (or 0x057022) is unknown color: approx Crusoe. HEX triplet: 05, 70 and 22. RGB value is (5,112,34). Sum of RGB (Red+Green+Blue) = 5+112+34=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 112 (44.14% from 255 or 74.17% from 151); Blue value is 34 (13.67% from 255 or 22.52% from 151); Max value from RGB is 112 - color contains mainly: green. Hex color #057022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057022 is #FA8FDD. Grayscale: #474747. Windows color (decimal): -16420830 or 2256901. OLE color: 2256901.

HSL color Cylindrical-coordinate representation of color #057022: hue angle of 136.26º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057022 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB511234-
CMYK0.9600.700.56
HSL136.26º91.45%22.94%-
HSV(B)136.26º95.54%43.92%-
XYZ6.1511.743.45-
YUV71.12107.0580.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 112 (44.14% from 255) = 74.17%
BLUE value IS 34 (13.67% from 255) = 22.52%
R=3.31%
G=74.17%
B=22.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112340.9600.700.56136.2691.4522.94
Hex570226004638885b17
Octal51604214001067021013327
Binary101111000010001011000000100011011100010001000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057022; }

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

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

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

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

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

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

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

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