#085322

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

Shades of Crusoe #085322

Tints of Crusoe #085322

Color information

#085322 (or 0x085322) is unknown color: approx Crusoe. HEX triplet: 08, 53 and 22. RGB value is (8,83,34). Sum of RGB (Red+Green+Blue) = 8+83+34=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 83 (32.81% from 255 or 66.4% from 125); Blue value is 34 (13.67% from 255 or 27.2% from 125); Max value from RGB is 83 - color contains mainly: green. Hex color #085322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085322 is #F7ACDD. Grayscale: #373737. Windows color (decimal): -16231646 or 2249480. OLE color: 2249480.

HSL color Cylindrical-coordinate representation of color #085322: hue angle of 140.8º degrees, saturation: 0.82, 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 #085322 is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB88334-
CMYK0.9000.590.67
HSL140.8º82.42%17.84%-
HSV(B)140.8º90.36%32.55%-
XYZ3.486.352.56-
YUV54.99116.1594.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.4%
GREEN value IS 83 (32.81% from 255) = 66.4%
BLUE value IS 34 (13.67% from 255) = 27.2%
R=6.4%
G=66.4%
B=27.2%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal883340.9000.590.67140.882.4217.84
Hex853225A03B438d5212
Octal101234213207310321512222
Binary1000101001110001010110100111011100001110001101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085322; }

 p { color: rgb(8,83,34); }

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

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

 a { background-color: rgb(8,83,34); }

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

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

 span { border-color: rgb(8,83,34); }

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