#085626

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

Shades of Crusoe #085626

Tints of Crusoe #085626

Color information

#085626 (or 0x085626) is unknown color: approx Crusoe. HEX triplet: 08, 56 and 26. RGB value is (8,86,38). Sum of RGB (Red+Green+Blue) = 8+86+38=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 86 (33.98% from 255 or 65.15% from 132); Blue value is 38 (15.23% from 255 or 28.79% from 132); Max value from RGB is 86 - color contains mainly: green. Hex color #085626 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085626 is #F7A9D9. Grayscale: #393939. Windows color (decimal): -16230874 or 2512392. OLE color: 2512392.

HSL color Cylindrical-coordinate representation of color #085626: hue angle of 143.08º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085626 is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB88638-
CMYK0.9100.560.66
HSL143.08º82.98%18.43%-
HSV(B)143.08º90.7%33.73%-
XYZ3.786.852.96-
YUV57.21117.1692.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 86 (33.98% from 255) = 65.15%
BLUE value IS 38 (15.23% from 255) = 28.79%
R=6.06%
G=65.15%
B=28.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal886380.9100.560.66143.0882.9818.43
Hex856265B038428f5312
Octal101264613307010221712322
Binary1000101011010011010110110111000100001010001111101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085626; }

 p { color: rgb(8,86,38); }

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

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

 a { background-color: rgb(8,86,38); }

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

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

 span { border-color: rgb(8,86,38); }

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