Html Css Color HEX #085419 Crusoe

📋 copy color: '#085419'

red 8 ◦ green 84 ◦ blue 25

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

Shades of Crusoe #085419

Tints of Crusoe #085419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 71.79%

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

R = 6.84%
G = 71.79%
B = 21.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#085419 (or 0x085419) is known color: Crusoe. HEX triplet: 08, 54 and 19. RGB value is (8,84,25). Sum of RGB (Red+Green+Blue) = 8+84+25=117 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.84% from 117); Green value is 84 (33.20% from 255 or 71.79% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 84 - color contains mainly: green. Hex color #085419 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085419 is #F7ABE6. Grayscale: #363636. Windows color (decimal): -16231399 or 1659912. OLE color: 1659912.

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

Color convert

RGB 8 84 25 -
CMYK 0.90 0 0.70 0.67
HSL 133.42º 0.83% 0.18% -
HSV(B) 133.42º 0.9% 0.33% -
XYZ 3.45 6.46 1.99 -
YUV 54.55 111.32 94.8 -
System Red Green Blue C M Y K H S L
Decimal 8 84 25 0.90 0 0.70 0.67 133.42 0.83 0.18
Hex 8 54 19 5A 0 46 43 85 53 12
Octal 10 124 31 132 0 106 103 205 123 22
Binary 1000 1010100 11001 1011010 0 1000110 1000011 10000101 1010011 10010

Color Harmonies of #085419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085419

Black with #085419

Text Example


Text Example

White with #085419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085419; }

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

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

background-color css

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

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

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

border-color css

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

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

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