#093C12

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

Shades of Deep Fir #093C12

Tints of Deep Fir #093C12

Color information

#093C12 (or 0x093C12) is unknown color: approx Deep Fir. HEX triplet: 09, 3C and 12. RGB value is (9,60,18). Sum of RGB (Red+Green+Blue) = 9+60+18=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 60 (23.83% from 255 or 68.97% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 60 - color contains mainly: green. Hex color #093C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093C12 is #F6C3ED. Grayscale: #282828. Windows color (decimal): -16172014 or 1195017. OLE color: 1195017.

HSL color Cylindrical-coordinate representation of color #093C12: hue angle of 130.59º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093C12 is Cyan = 0.85, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.76.

Color convert

RGB96018-
CMYK0.8500.70.76
HSL130.59º73.91%13.53%-
HSV(B)130.59º85%23.53%-
XYZ1.843.331.12-
YUV39.96115.6105.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 10.34%
GREEN value IS 60 (23.83% from 255) = 68.97%
BLUE value IS 18 (7.42% from 255) = 20.69%
R=10.34%
G=68.97%
B=20.69%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.7
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal960180.8500.70.76130.5973.9113.53
Hex93C12550464C834ae
Octal117422125010611420311216
Binary10011111001001010101010100011010011001000001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093C12; }

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

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

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

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

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

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

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

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