#056026

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

Shades of Crusoe #056026

Tints of Crusoe #056026

Color information

#056026 (or 0x056026) is unknown color: approx Crusoe. HEX triplet: 05, 60 and 26. RGB value is (5,96,38). Sum of RGB (Red+Green+Blue) = 5+96+38=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #056026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056026 is #FA9FD9. Grayscale: #3E3E3E. Windows color (decimal): -16424922 or 2514949. OLE color: 2514949.

HSL color Cylindrical-coordinate representation of color #056026: hue angle of 141.76º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056026 is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB59638-
CMYK0.9500.600.62
HSL141.76º90.1%19.8%-
HSV(B)141.76º94.79%37.65%-
XYZ4.68.543.24-
YUV62.18114.3587.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 96 (37.89% from 255) = 69.06%
BLUE value IS 38 (15.23% from 255) = 27.34%
R=3.60%
G=69.06%
B=27.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596380.9500.600.62141.7690.119.8
Hex560265F03C3E8e5a14
Octal5140461370747621613224
Binary10111000001001101011111011110011111010001110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056026; }

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

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

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

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

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

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

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

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