Html Css Color HEX #095518 Crusoe

📋 copy color: '#095518'

red 9 ◦ green 85 ◦ blue 24

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

Shades of Crusoe #095518

Tints of Crusoe #095518

RGB

 RED value IS 9 (3.91% from 255) = 7.63%

 GREEN value IS 85 (33.59% from 255) = 72.03%

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

R = 7.63%
G = 72.03%
B = 20.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#095518 (or 0x095518) is known color: Crusoe. HEX triplet: 09, 55 and 18. RGB value is (9,85,24). Sum of RGB (Red+Green+Blue) = 9+85+24=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 85 (33.59% from 255 or 72.03% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 85 - color contains mainly: green. Hex color #095518 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095518 is #F6AAE7. Grayscale: #373737. Windows color (decimal): -16165608 or 1594633. OLE color: 1594633.

HSL color Cylindrical-coordinate representation of color #095518: hue angle of 131.84º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095518 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 85 24 -
CMYK 0.89 0 0.72 0.67
HSL 131.84º 0.81% 0.18% -
HSV(B) 131.84º 0.89% 0.33% -
XYZ 3.53 6.62 1.96 -
YUV 55.32 110.32 94.96 -
System Red Green Blue C M Y K H S L
Decimal 9 85 24 0.89 0 0.72 0.67 131.84 0.81 0.18
Hex 9 55 18 59 0 48 43 84 51 12
Octal 11 125 30 131 0 110 103 204 121 22
Binary 1001 1010101 11000 1011001 0 1001000 1000011 10000100 1010001 10010

Color Harmonies of #095518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095518

Black with #095518

Text Example


Text Example

White with #095518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095518; }

 p { color: rgb(9,85,24); }

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

background-color css

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

 a { background-color: rgb(9,85,24); }

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

border-color css

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

 span { border-color: rgb(9,85,24); }

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