Html Css Color HEX #093E11 Deep Fir

📋 copy color: '#093E11'

red 9 ◦ green 62 ◦ blue 17

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

Shades of Deep Fir #093E11

Tints of Deep Fir #093E11

RGB

 RED value IS 9 (3.91% from 255) = 10.23%

 GREEN value IS 62 (24.61% from 255) = 70.45%

 BLUE value IS 17 (7.03% from 255) = 19.32%

R = 10.23%
G = 70.45%
B = 19.32%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.73

 K value IS 0.76

RGB Variations

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

Color information

#093E11 (or 0x093E11) is known color: Deep Fir. HEX triplet: 09, 3E and 11. RGB value is (9,62,17). Sum of RGB (Red+Green+Blue) = 9+62+17=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 62 (24.61% from 255 or 70.45% from 88); Blue value is 17 (7.03% from 255 or 19.32% from 88); Max value from RGB is 62 - color contains mainly: green. Hex color #093E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093E11 is #F6C1EE. Grayscale: #292929. Windows color (decimal): -16171503 or 1129993. OLE color: 1129993.

HSL color Cylindrical-coordinate representation of color #093E11: hue angle of 129.06º degrees, saturation: 0.75, 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 #093E11 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 62 17 -
CMYK 0.85 0 0.73 0.76
HSL 129.06º 0.75% 0.14% -
HSV(B) 129.06º 0.85% 0.24% -
XYZ 1.94 3.54 1.11 -
YUV 41.02 114.44 105.16 -
System Red Green Blue C M Y K H S L
Decimal 9 62 17 0.85 0 0.73 0.76 129.06 0.75 0.14
Hex 9 3E 11 55 0 49 4C 81 4B E
Octal 11 76 21 125 0 111 114 201 113 16
Binary 1001 111110 10001 1010101 0 1001001 1001100 10000001 1001011 1110

Color Harmonies of #093E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093E11

Black with #093E11

Text Example


Text Example

White with #093E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,62,17); }

 H1.HeaderClassName
 {
   color: #093E11;
 }
 .AnyTagClassName
 {
   color: #093E11;
 }
</style>

background-color css

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

 a { background-color: rgb(9,62,17); }

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

border-color css

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

 span { border-color: rgb(9,62,17); }

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