#095018

Color #095018 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #095018

Tints of Deep Fir #095018

Color information

#095018 (or 0x095018) is unknown color: approx 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

RGB98024-
CMYK0.8900.700.69
HSL132.68º79.78%17.45%-
HSV(B)132.68º88.75%31.37%-
XYZ3.155.861.83-
YUV52.39111.9897.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 80 (31.64% from 255) = 70.80%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=7.96%
G=70.80%
B=21.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal980240.8900.700.69132.6879.7817.45
Hex950185904645855011
Octal1112030131010610520512021
Binary1001101000011000101100101000110100010110000101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>