#085933

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

Shades of Crusoe #085933

Tints of Crusoe #085933

Color information

#085933 (or 0x085933) is unknown color: approx Crusoe. HEX triplet: 08, 59 and 33. RGB value is (8,89,51). Sum of RGB (Red+Green+Blue) = 8+89+51=148 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.41% from 148); Green value is 89 (35.16% from 255 or 60.14% from 148); Blue value is 51 (20.31% from 255 or 34.46% from 148); Max value from RGB is 89 - color contains mainly: green. Hex color #085933 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085933 is #F7A6CC. Grayscale: #3C3C3C. Windows color (decimal): -16230093 or 3365128. OLE color: 3365128.

HSL color Cylindrical-coordinate representation of color #085933: hue angle of 151.85º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085933 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB88951-
CMYK0.9100.430.65
HSL151.85º83.51%19.02%-
HSV(B)151.85º91.01%34.9%-
XYZ4.277.444.34-
YUV60.45122.6690.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.41%
GREEN value IS 89 (35.16% from 255) = 60.14%
BLUE value IS 51 (20.31% from 255) = 34.46%
R=5.41%
G=60.14%
B=34.46%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889510.9100.430.65151.8583.5119.02
Hex859335B02B41985413
Octal101316313305310123012423
Binary1000101100111001110110110101011100000110011000101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085933; }

 p { color: rgb(8,89,51); }

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

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

 a { background-color: rgb(8,89,51); }

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

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

 span { border-color: rgb(8,89,51); }

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