#093110

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

Shades of Deep Fir #093110

Tints of Deep Fir #093110

Color information

#093110 (or 0x093110) is unknown color: approx Deep Fir. HEX triplet: 09, 31 and 10. RGB value is (9,49,16). Sum of RGB (Red+Green+Blue) = 9+49+16=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #093110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093110 is #F6CEEF. Grayscale: #212121. Windows color (decimal): -16174832 or 1061129. OLE color: 1061129.

HSL color Cylindrical-coordinate representation of color #093110: hue angle of 130.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #093110 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.81.

Color convert

RGB94916-
CMYK0.8200.670.81
HSL130.5º68.97%11.37%-
HSV(B)130.5º81.63%19.22%-
XYZ1.32.290.86-
YUV33.28118.25110.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.16%
GREEN value IS 49 (19.53% from 255) = 66.22%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=12.16%
G=66.22%
B=21.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal949160.8200.670.81130.568.9711.37
Hex9311052043518245b
Octal116120122010312120210513
Binary10011100011000010100100100001110100011000001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093110; }

 p { color: rgb(9,49,16); }

 H1.HeaderClassName
 {
   color: #093110;
 }
 .AnyTagClassName
 {
   color: #093110;
 }
</style>
background-color css

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

 a { background-color: rgb(9,49,16); }

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

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

 span { border-color: rgb(9,49,16); }

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