Html Css Color HEX #085913 Crusoe

📋 copy color: '#085913'

red 8 ◦ green 89 ◦ blue 19

#085913
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #085913

Tints of Crusoe #085913

RGB

 RED value IS 8 (3.52% from 255) = 6.9%

 GREEN value IS 89 (35.16% from 255) = 76.72%

 BLUE value IS 19 (7.81% from 255) = 16.38%

R = 6.9%
G = 76.72%
B = 16.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#085913 (or 0x085913) is known color: Crusoe. HEX triplet: 08, 59 and 13. RGB value is (8,89,19). Sum of RGB (Red+Green+Blue) = 8+89+19=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 89 (35.16% from 255 or 76.72% from 116); Blue value is 19 (7.81% from 255 or 16.38% from 116); Max value from RGB is 89 - color contains mainly: green. Hex color #085913 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085913 is #F7A6EC. Grayscale: #393939. Windows color (decimal): -16230125 or 1267976. OLE color: 1267976.

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

Color convert

RGB 8 89 19 -
CMYK 0.91 0 0.79 0.65
HSL 128.15º 0.84% 0.19% -
HSV(B) 128.15º 0.91% 0.35% -
XYZ 3.79 7.24 1.81 -
YUV 56.8 106.66 93.19 -
System Red Green Blue C M Y K H S L
Decimal 8 89 19 0.91 0 0.79 0.65 128.15 0.84 0.19
Hex 8 59 13 5B 0 4F 41 80 54 13
Octal 10 131 23 133 0 117 101 200 124 23
Binary 1000 1011001 10011 1011011 0 1001111 1000001 10000000 1010100 10011

Color Harmonies of #085913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085913

Black with #085913

Text Example


Text Example

White with #085913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085913; }

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

 H1.HeaderClassName
 {
   color: #085913;
 }
 .AnyTagClassName
 {
   color: #085913;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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