Html Css Color HEX #085519 Crusoe

📋 copy color: '#085519'

red 8 ◦ green 85 ◦ blue 25

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

Shades of Crusoe #085519

Tints of Crusoe #085519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 72.03%

 BLUE value IS 25 (10.16% from 255) = 21.19%

R = 6.78%
G = 72.03%
B = 21.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#085519 (or 0x085519) is known color: Crusoe. HEX triplet: 08, 55 and 19. RGB value is (8,85,25). Sum of RGB (Red+Green+Blue) = 8+85+25=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 25 (10.16% from 255 or 21.19% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #085519 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085519 is #F7AAE6. Grayscale: #373737. Windows color (decimal): -16231143 or 1660168. OLE color: 1660168.

HSL color Cylindrical-coordinate representation of color #085519: hue angle of 133.25º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085519 is Cyan = 0.91, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 85 25 -
CMYK 0.91 0 0.71 0.67
HSL 133.25º 0.83% 0.18% -
HSV(B) 133.25º 0.91% 0.33% -
XYZ 3.52 6.62 2.01 -
YUV 55.14 110.99 94.38 -
System Red Green Blue C M Y K H S L
Decimal 8 85 25 0.91 0 0.71 0.67 133.25 0.83 0.18
Hex 8 55 19 5B 0 47 43 85 53 12
Octal 10 125 31 133 0 107 103 205 123 22
Binary 1000 1010101 11001 1011011 0 1000111 1000011 10000101 1010011 10010

Color Harmonies of #085519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085519

Black with #085519

Text Example


Text Example

White with #085519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085519; }

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

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

background-color css

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

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

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

border-color css

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

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

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