Html Css Color HEX #085C18 Crusoe

📋 copy color: '#085C18'

red 8 ◦ green 92 ◦ blue 24

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

Shades of Crusoe #085C18

Tints of Crusoe #085C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 74.19%

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

R = 6.45%
G = 74.19%
B = 19.35%

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

#085C18 (or 0x085C18) is known color: Crusoe. HEX triplet: 08, 5C and 18. RGB value is (8,92,24). Sum of RGB (Red+Green+Blue) = 8+92+24=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 92 (36.33% from 255 or 74.19% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 92 - color contains mainly: green. Hex color #085C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085C18 is #F7A3E7. Grayscale: #3B3B3B. Windows color (decimal): -16229352 or 1596424. OLE color: 1596424.

HSL color Cylindrical-coordinate representation of color #085C18: hue angle of 131.43º 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 #085C18 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.64.

Color convert

RGB 8 92 24 -
CMYK 0.91 0 0.74 0.64
HSL 131.43º 0.84% 0.2% -
HSV(B) 131.43º 0.91% 0.36% -
XYZ 4.09 7.77 2.15 -
YUV 59.13 108.17 91.53 -
System Red Green Blue C M Y K H S L
Decimal 8 92 24 0.91 0 0.74 0.64 131.43 0.84 0.2
Hex 8 5C 18 5B 0 4A 40 83 54 14
Octal 10 134 30 133 0 112 100 203 124 24
Binary 1000 1011100 11000 1011011 0 1001010 1000000 10000011 1010100 10100

Color Harmonies of #085C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085C18

Black with #085C18

Text Example


Text Example

White with #085C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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