#085228

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

Shades of Crusoe #085228

Tints of Crusoe #085228

Color information

#085228 (or 0x085228) is unknown color: approx Crusoe. HEX triplet: 08, 52 and 28. RGB value is (8,82,40). Sum of RGB (Red+Green+Blue) = 8+82+40=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 82 (32.42% from 255 or 63.08% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 82 - color contains mainly: green. Hex color #085228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085228 is #F7ADD7. Grayscale: #373737. Windows color (decimal): -16231896 or 2642440. OLE color: 2642440.

HSL color Cylindrical-coordinate representation of color #085228: hue angle of 145.95º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085228 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB88240-
CMYK0.9000.510.68
HSL145.95º82.22%17.65%-
HSV(B)145.95º90.24%32.16%-
XYZ3.56.243.03-
YUV55.09119.4894.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.15%
GREEN value IS 82 (32.42% from 255) = 63.08%
BLUE value IS 40 (16.02% from 255) = 30.77%
R=6.15%
G=63.08%
B=30.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal882400.9000.510.68145.9582.2217.65
Hex852285A03344925212
Octal101225013206310422212222
Binary1000101001010100010110100110011100010010010010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085228; }

 p { color: rgb(8,82,40); }

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

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

 a { background-color: rgb(8,82,40); }

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

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

 span { border-color: rgb(8,82,40); }

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