Html Css Color HEX #085218 Crusoe

📋 copy color: '#085218'

red 8 ◦ green 82 ◦ blue 24

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

Shades of Crusoe #085218

Tints of Crusoe #085218

RGB

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

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

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

R = 7.02%
G = 71.93%
B = 21.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#085218 (or 0x085218) is known color: Crusoe. HEX triplet: 08, 52 and 18. RGB value is (8,82,24). Sum of RGB (Red+Green+Blue) = 8+82+24=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 82 (32.42% from 255 or 71.93% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 82 - color contains mainly: green. Hex color #085218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085218 is #F7ADE7. Grayscale: #353535. Windows color (decimal): -16231912 or 1593864. OLE color: 1593864.

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

Color convert

RGB 8 82 24 -
CMYK 0.90 0 0.71 0.68
HSL 132.97º 0.82% 0.18% -
HSV(B) 132.97º 0.9% 0.32% -
XYZ 3.28 6.15 1.88 -
YUV 53.26 111.48 95.72 -
System Red Green Blue C M Y K H S L
Decimal 8 82 24 0.90 0 0.71 0.68 132.97 0.82 0.18
Hex 8 52 18 5A 0 47 44 85 52 12
Octal 10 122 30 132 0 107 104 205 122 22
Binary 1000 1010010 11000 1011010 0 1000111 1000100 10000101 1010010 10010

Color Harmonies of #085218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085218

Black with #085218

Text Example


Text Example

White with #085218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085218; }

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

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

background-color css

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

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

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

border-color css

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

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

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