Html Css Color HEX #085219 Crusoe

📋 copy color: '#085219'

red 8 ◦ green 82 ◦ blue 25

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

Shades of Crusoe #085219

Tints of Crusoe #085219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 71.3%

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

R = 6.96%
G = 71.3%
B = 21.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#085219 (or 0x085219) is known color: Crusoe. HEX triplet: 08, 52 and 19. RGB value is (8,82,25). Sum of RGB (Red+Green+Blue) = 8+82+25=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 82 (32.42% from 255 or 71.30% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 82 - color contains mainly: green. Hex color #085219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085219 is #F7ADE6. Grayscale: #353535. Windows color (decimal): -16231911 or 1659400. OLE color: 1659400.

HSL color Cylindrical-coordinate representation of color #085219: hue angle of 133.78º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085219 is Cyan = 0.90, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB 8 82 25 -
CMYK 0.90 0 0.70 0.68
HSL 133.78º 0.82% 0.18% -
HSV(B) 133.78º 0.9% 0.32% -
XYZ 3.29 6.16 1.93 -
YUV 53.38 111.98 95.63 -
System Red Green Blue C M Y K H S L
Decimal 8 82 25 0.90 0 0.70 0.68 133.78 0.82 0.18
Hex 8 52 19 5A 0 46 44 86 52 12
Octal 10 122 31 132 0 106 104 206 122 22
Binary 1000 1010010 11001 1011010 0 1000110 1000100 10000110 1010010 10010

Color Harmonies of #085219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085219

Black with #085219

Text Example


Text Example

White with #085219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085219; }

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

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

background-color css

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

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

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

border-color css

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

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

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