Html Css Color HEX #085318 Crusoe

📋 copy color: '#085318'

red 8 ◦ green 83 ◦ blue 24

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

Shades of Crusoe #085318

Tints of Crusoe #085318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 72.17%

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

R = 6.96%
G = 72.17%
B = 20.87%

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

#085318 (or 0x085318) is known color: Crusoe. HEX triplet: 08, 53 and 18. RGB value is (8,83,24). Sum of RGB (Red+Green+Blue) = 8+83+24=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 83 (32.81% from 255 or 72.17% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 83 - color contains mainly: green. Hex color #085318 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085318 is #F7ACE7. Grayscale: #363636. Windows color (decimal): -16231656 or 1594120. OLE color: 1594120.

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

Color convert

RGB 8 83 24 -
CMYK 0.90 0 0.71 0.67
HSL 132.8º 0.82% 0.18% -
HSV(B) 132.8º 0.9% 0.33% -
XYZ 3.36 6.3 1.9 -
YUV 53.85 111.15 95.3 -
System Red Green Blue C M Y K H S L
Decimal 8 83 24 0.90 0 0.71 0.67 132.8 0.82 0.18
Hex 8 53 18 5A 0 47 43 85 52 12
Octal 10 123 30 132 0 107 103 205 122 22
Binary 1000 1010011 11000 1011010 0 1000111 1000011 10000101 1010010 10010

Color Harmonies of #085318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085318

Black with #085318

Text Example


Text Example

White with #085318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085318; }

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

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

background-color css

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

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

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

border-color css

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

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

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