Html Css Color HEX #085D18 Crusoe

📋 copy color: '#085D18'

red 8 ◦ green 93 ◦ blue 24

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

Shades of Crusoe #085D18

Tints of Crusoe #085D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 74.4%

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

R = 6.4%
G = 74.4%
B = 19.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.64

RGB Variations

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

Color information

#085D18 (or 0x085D18) is known color: Crusoe. HEX triplet: 08, 5D and 18. RGB value is (8,93,24). Sum of RGB (Red+Green+Blue) = 8+93+24=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 93 (36.72% from 255 or 74.4% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 93 - color contains mainly: green. Hex color #085D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085D18 is #F7A2E7. Grayscale: #3B3B3B. Windows color (decimal): -16229096 or 1596680. OLE color: 1596680.

HSL color Cylindrical-coordinate representation of color #085D18: hue angle of 131.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #085D18 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 93 24 -
CMYK 0.91 0 0.74 0.64
HSL 131.29º 0.84% 0.2% -
HSV(B) 131.29º 0.91% 0.36% -
XYZ 4.18 7.95 2.18 -
YUV 59.72 107.84 91.11 -
System Red Green Blue C M Y K H S L
Decimal 8 93 24 0.91 0 0.74 0.64 131.29 0.84 0.2
Hex 8 5D 18 5B 0 4A 40 83 54 14
Octal 10 135 30 133 0 112 100 203 124 24
Binary 1000 1011101 11000 1011011 0 1001010 1000000 10000011 1010100 10100

Color Harmonies of #085D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085D18

Black with #085D18

Text Example


Text Example

White with #085D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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