#085925

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

Shades of Crusoe #085925

Tints of Crusoe #085925

Color information

#085925 (or 0x085925) is unknown color: approx Crusoe. HEX triplet: 08, 59 and 25. RGB value is (8,89,37). Sum of RGB (Red+Green+Blue) = 8+89+37=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 89 (35.16% from 255 or 66.42% from 134); Blue value is 37 (14.84% from 255 or 27.61% from 134); Max value from RGB is 89 - color contains mainly: green. Hex color #085925 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085925 is #F7A6DA. Grayscale: #3A3A3A. Windows color (decimal): -16230107 or 2447624. OLE color: 2447624.

HSL color Cylindrical-coordinate representation of color #085925: hue angle of 141.48º 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 #085925 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB88937-
CMYK0.9100.580.65
HSL141.48º83.51%19.02%-
HSV(B)141.48º91.01%34.9%-
XYZ4.017.332.95-
YUV58.85115.6691.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.97%
GREEN value IS 89 (35.16% from 255) = 66.42%
BLUE value IS 37 (14.84% from 255) = 27.61%
R=5.97%
G=66.42%
B=27.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889370.9100.580.65141.4883.5119.02
Hex859255B03A418d5413
Octal101314513307210121512423
Binary1000101100110010110110110111010100000110001101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085925; }

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

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

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

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

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

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

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

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