#085919

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

Shades of Crusoe #085919

Tints of Crusoe #085919

Color information

#085919 (or 0x085919) is unknown color: approx Crusoe. HEX triplet: 08, 59 and 19. RGB value is (8,89,25). Sum of RGB (Red+Green+Blue) = 8+89+25=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 89 (35.16% from 255 or 72.95% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 89 - color contains mainly: green. Hex color #085919 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085919 is #F7A6E6. Grayscale: #393939. Windows color (decimal): -16230119 or 1661192. OLE color: 1661192.

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

Color convert

RGB88925-
CMYK0.9100.720.65
HSL132.59º83.51%19.02%-
HSV(B)132.59º91.01%34.9%-
XYZ3.857.272.12-
YUV57.48109.6692.7-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 89 (35.16% from 255) = 72.95%
BLUE value IS 25 (10.16% from 255) = 20.49%
R=6.56%
G=72.95%
B=20.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal889250.9100.720.65132.5983.5119.02
Hex859195B04841855413
Octal1013131133011010120512423
Binary1000101100111001101101101001000100000110000101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085919; }

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

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

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

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

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

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

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

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