#085B2D

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

Shades of Crusoe #085B2D

Tints of Crusoe #085B2D

Color information

#085B2D (or 0x085B2D) is unknown color: approx Crusoe. HEX triplet: 08, 5B and 2D. RGB value is (8,91,45). Sum of RGB (Red+Green+Blue) = 8+91+45=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 91 (35.94% from 255 or 63.19% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 91 - color contains mainly: green. Hex color #085B2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085B2D is #F7A4D2. Grayscale: #3D3D3D. Windows color (decimal): -16229587 or 2972424. OLE color: 2972424.

HSL color Cylindrical-coordinate representation of color #085B2D: hue angle of 146.75º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085B2D is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB89145-
CMYK0.9100.510.64
HSL146.75º83.84%19.41%-
HSV(B)146.75º91.21%35.69%-
XYZ4.317.723.75-
YUV60.9411990.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 91 (35.94% from 255) = 63.19%
BLUE value IS 45 (17.97% from 255) = 31.25%
R=5.56%
G=63.19%
B=31.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal891450.9100.510.64146.7583.8419.41
Hex85B2D5B03340935413
Octal101335513306310022312423
Binary1000101101110110110110110110011100000010010011101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085B2D; }

 p { color: rgb(8,91,45); }

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

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

 a { background-color: rgb(8,91,45); }

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

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

 span { border-color: rgb(8,91,45); }

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