#057023

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

Shades of Crusoe #057023

Tints of Crusoe #057023

Color information

#057023 (or 0x057023) is unknown color: approx Crusoe. HEX triplet: 05, 70 and 23. RGB value is (5,112,35). Sum of RGB (Red+Green+Blue) = 5+112+35=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 112 (44.14% from 255 or 73.68% from 152); Blue value is 35 (14.06% from 255 or 23.03% from 152); Max value from RGB is 112 - color contains mainly: green. Hex color #057023 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057023 is #FA8FDC. Grayscale: #474747. Windows color (decimal): -16420829 or 2322437. OLE color: 2322437.

HSL color Cylindrical-coordinate representation of color #057023: hue angle of 136.82º 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 #057023 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB511235-
CMYK0.9600.690.56
HSL136.82º91.45%22.94%-
HSV(B)136.82º95.54%43.92%-
XYZ6.1611.743.53-
YUV71.23107.5580.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 112 (44.14% from 255) = 73.68%
BLUE value IS 35 (14.06% from 255) = 23.03%
R=3.29%
G=73.68%
B=23.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112350.9600.690.56136.8291.4522.94
Hex570236004538895b17
Octal51604314001057021113327
Binary101111000010001111000000100010111100010001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057023; }

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

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

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

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

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

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

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

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