#092512

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

Shades of Deep Fir #092512

Tints of Deep Fir #092512

Color information

#092512 (or 0x092512) is unknown color: approx Deep Fir. HEX triplet: 09, 25 and 12. RGB value is (9,37,18). Sum of RGB (Red+Green+Blue) = 9+37+18=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #092512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #092512 is #F6DAED. Grayscale: #1A1A1A. Windows color (decimal): -16177902 or 1189129. OLE color: 1189129.

HSL color Cylindrical-coordinate representation of color #092512: hue angle of 139.29º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #092512 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.

Color convert

RGB93718-
CMYK0.7600.510.85
HSL139.29º60.87%9.02%-
HSV(B)139.29º75.68%14.51%-
XYZ0.881.420.8-
YUV26.46123.22115.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 14.06%
GREEN value IS 37 (14.84% from 255) = 57.81%
BLUE value IS 18 (7.42% from 255) = 28.12%
R=14.06%
G=57.81%
B=28.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal937180.7600.510.85139.2960.879.02
Hex925124C033558b3d9
Octal1145221140631252137511
Binary100110010110010100110001100111010101100010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092512; }

 p { color: rgb(9,37,18); }

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

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

 a { background-color: rgb(9,37,18); }

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

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

 span { border-color: rgb(9,37,18); }

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