#085428

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

Shades of Crusoe #085428

Tints of Crusoe #085428

Color information

#085428 (or 0x085428) is unknown color: approx Crusoe. HEX triplet: 08, 54 and 28. RGB value is (8,84,40). Sum of RGB (Red+Green+Blue) = 8+84+40=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 84 (33.20% from 255 or 63.64% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 84 - color contains mainly: green. Hex color #085428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085428 is #F7ABD7. Grayscale: #383838. Windows color (decimal): -16231384 or 2642952. OLE color: 2642952.

HSL color Cylindrical-coordinate representation of color #085428: hue angle of 145.26º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085428 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.67.

Color convert

RGB88440-
CMYK0.9000.520.67
HSL145.26º82.61%18.04%-
HSV(B)145.26º90.48%32.94%-
XYZ3.656.553.08-
YUV56.26118.8293.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 84 (33.20% from 255) = 63.64%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=6.06%
G=63.64%
B=30.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal884400.9000.520.67145.2682.6118.04
Hex854285A03443915312
Octal101245013206410322112322
Binary1000101010010100010110100110100100001110010001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085428; }

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

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

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

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

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

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

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

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