#056C26

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

Shades of Crusoe #056C26

Tints of Crusoe #056C26

Color information

#056C26 (or 0x056C26) is unknown color: approx Crusoe. HEX triplet: 05, 6C and 26. RGB value is (5,108,38). Sum of RGB (Red+Green+Blue) = 5+108+38=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 108 (42.58% from 255 or 71.52% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 108 - color contains mainly: green. Hex color #056C26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056C26 is #FA93D9. Grayscale: #454545. Windows color (decimal): -16421850 or 2518021. OLE color: 2518021.

HSL color Cylindrical-coordinate representation of color #056C26: hue angle of 139.22º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056C26 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB510838-
CMYK0.9500.650.58
HSL139.22º91.15%22.16%-
HSV(B)139.22º95.37%42.35%-
XYZ5.7810.93.63-
YUV69.22110.3882.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 108 (42.58% from 255) = 71.52%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=3.31%
G=71.52%
B=25.17%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5108380.9500.650.58139.2291.1522.16
Hex56C265F0413A8b5b16
Octal51544613701017221313326
Binary101110110010011010111110100000111101010001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,108,38); }

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

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

 a { background-color: rgb(5,108,38); }

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

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

 span { border-color: rgb(5,108,38); }

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