#056F27

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

Shades of Crusoe #056F27

Tints of Crusoe #056F27

Color information

#056F27 (or 0x056F27) is unknown color: approx Crusoe. HEX triplet: 05, 6F and 27. RGB value is (5,111,39). Sum of RGB (Red+Green+Blue) = 5+111+39=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 111 (43.75% from 255 or 71.61% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 111 - color contains mainly: green. Hex color #056F27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056F27 is #FA90D8. Grayscale: #474747. Windows color (decimal): -16421081 or 2584325. OLE color: 2584325.

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

Color convert

RGB511139-
CMYK0.9500.650.56
HSL139.25º91.38%22.75%-
HSV(B)139.25º95.5%43.53%-
XYZ6.1111.553.83-
YUV71.1109.8880.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 111 (43.75% from 255) = 71.61%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=3.23%
G=71.61%
B=25.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5111390.9500.650.56139.2591.3822.75
Hex56F275F041388b5b17
Octal51574713701017021313327
Binary101110111110011110111110100000111100010001011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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