Html Css Color HEX #085418 Crusoe

📋 copy color: '#085418'

red 8 ◦ green 84 ◦ blue 24

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

Shades of Crusoe #085418

Tints of Crusoe #085418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 20.69%

R = 6.9%
G = 72.41%
B = 20.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#085418 (or 0x085418) is known color: Crusoe. HEX triplet: 08, 54 and 18. RGB value is (8,84,24). Sum of RGB (Red+Green+Blue) = 8+84+24=116 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.90% from 116); Green value is 84 (33.20% from 255 or 72.41% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 84 - color contains mainly: green. Hex color #085418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085418 is #F7ABE7. Grayscale: #363636. Windows color (decimal): -16231400 or 1594376. OLE color: 1594376.

HSL color Cylindrical-coordinate representation of color #085418: hue angle of 132.63º 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 #085418 is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 84 24 -
CMYK 0.90 0 0.71 0.67
HSL 132.63º 0.83% 0.18% -
HSV(B) 132.63º 0.9% 0.33% -
XYZ 3.44 6.46 1.93 -
YUV 54.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 8 84 24 0.90 0 0.71 0.67 132.63 0.83 0.18
Hex 8 54 18 5A 0 47 43 85 53 12
Octal 10 124 30 132 0 107 103 205 123 22
Binary 1000 1010100 11000 1011010 0 1000111 1000011 10000101 1010011 10010

Color Harmonies of #085418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085418

Black with #085418

Text Example


Text Example

White with #085418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085418; }

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

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

background-color css

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

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

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

border-color css

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

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

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