Html Css Color HEX #085E18 Crusoe

📋 copy color: '#085E18'

red 8 ◦ green 94 ◦ blue 24

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

Shades of Crusoe #085E18

Tints of Crusoe #085E18

RGB

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

 GREEN value IS 94 (37.11% from 255) = 74.6%

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

R = 6.35%
G = 74.6%
B = 19.05%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.63

RGB Variations

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

Color information

#085E18 (or 0x085E18) is known color: Crusoe. HEX triplet: 08, 5E and 18. RGB value is (8,94,24). Sum of RGB (Red+Green+Blue) = 8+94+24=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 94 (37.11% from 255 or 74.60% from 126); Blue value is 24 (9.77% from 255 or 19.05% from 126); Max value from RGB is 94 - color contains mainly: green. Hex color #085E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085E18 is #F7A1E7. Grayscale: #3C3C3C. Windows color (decimal): -16228840 or 1596936. OLE color: 1596936.

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

Color convert

RGB 8 94 24 -
CMYK 0.91 0 0.74 0.63
HSL 131.16º 0.84% 0.2% -
HSV(B) 131.16º 0.91% 0.37% -
XYZ 4.27 8.12 2.21 -
YUV 60.31 107.51 90.69 -
System Red Green Blue C M Y K H S L
Decimal 8 94 24 0.91 0 0.74 0.63 131.16 0.84 0.2
Hex 8 5E 18 5B 0 4A 3F 83 54 14
Octal 10 136 30 133 0 112 77 203 124 24
Binary 1000 1011110 11000 1011011 0 1001010 111111 10000011 1010100 10100

Color Harmonies of #085E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E18

Black with #085E18

Text Example


Text Example

White with #085E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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