Html Css Color HEX #095018 Deep Fir

📋 copy color: '#095018'

red 9 ◦ green 80 ◦ blue 24

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

Shades of Deep Fir #095018

Tints of Deep Fir #095018

RGB

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

 GREEN value IS 80 (31.64% from 255) = 70.8%

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

R = 7.96%
G = 70.8%
B = 21.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#095018 (or 0x095018) is known color: Deep Fir. HEX triplet: 09, 50 and 18. RGB value is (9,80,24). Sum of RGB (Red+Green+Blue) = 9+80+24=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #095018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #095018 is #F6AFE7. Grayscale: #343434. Windows color (decimal): -16166888 or 1593353. OLE color: 1593353.

HSL color Cylindrical-coordinate representation of color #095018: hue angle of 132.68º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #095018 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB 9 80 24 -
CMYK 0.89 0 0.70 0.69
HSL 132.68º 0.8% 0.17% -
HSV(B) 132.68º 0.89% 0.31% -
XYZ 3.15 5.86 1.83 -
YUV 52.39 111.98 97.05 -
System Red Green Blue C M Y K H S L
Decimal 9 80 24 0.89 0 0.70 0.69 132.68 0.8 0.17
Hex 9 50 18 59 0 46 45 85 50 11
Octal 11 120 30 131 0 106 105 205 120 21
Binary 1001 1010000 11000 1011001 0 1000110 1000101 10000101 1010000 10001

Color Harmonies of #095018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095018

Black with #095018

Text Example


Text Example

White with #095018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095018; }

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

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

background-color css

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

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

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

border-color css

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

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

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