Html Css Color HEX #093C12 Deep Fir

📋 copy color: '#093C12'

red 9 ◦ green 60 ◦ blue 18

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

Shades of Deep Fir #093C12

Tints of Deep Fir #093C12

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 value IS 0.85

 M value IS 0

 Y value IS 0.7

 K value IS 0.76

RGB Variations

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

Color information

#093C12 (or 0x093C12) is known color: 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

RGB 9 60 18 -
CMYK 0.85 0 0.7 0.76
HSL 130.59º 0.74% 0.14% -
HSV(B) 130.59º 0.85% 0.24% -
XYZ 1.84 3.33 1.12 -
YUV 39.96 115.6 105.92 -
System Red Green Blue C M Y K H S L
Decimal 9 60 18 0.85 0 0.7 0.76 130.59 0.74 0.14
Hex 9 3C 12 55 0 46 4C 83 4A E
Octal 11 74 22 125 0 106 114 203 112 16
Binary 1001 111100 10010 1010101 0 1000110 1001100 10000011 1001010 1110

Color Harmonies of #093C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093C12

Black with #093C12

Text Example


Text Example

White with #093C12

Text Example


Text Example

HTML Codes & Css Web 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>