#056F28

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

Shades of Crusoe #056F28

Tints of Crusoe #056F28

Color information

#056F28 (or 0x056F28) is unknown color: approx Crusoe. HEX triplet: 05, 6F and 28. RGB value is (5,111,40). Sum of RGB (Red+Green+Blue) = 5+111+40=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 111 (43.75% from 255 or 71.15% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 111 - color contains mainly: green. Hex color #056F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F28 is #FA90D7. Grayscale: #474747. Windows color (decimal): -16421080 or 2649861. OLE color: 2649861.

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

Color convert

RGB511140-
CMYK0.9500.640.56
HSL139.81º91.38%22.75%-
HSV(B)139.81º95.5%43.53%-
XYZ6.1311.553.91-
YUV71.21110.3880.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 111 (43.75% from 255) = 71.15%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=3.21%
G=71.15%
B=25.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111400.9500.640.56139.8191.3822.75
Hex56F285F040388c5b17
Octal51575013701007021413327
Binary101110111110100010111110100000011100010001100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056F28; }

 p { color: rgb(5,111,40); }

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

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

 a { background-color: rgb(5,111,40); }

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

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

 span { border-color: rgb(5,111,40); }

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