Html Css Color HEX #093A11 Deep Fir

📋 copy color: '#093A11'

red 9 ◦ green 58 ◦ blue 17

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

Shades of Deep Fir #093A11

Tints of Deep Fir #093A11

RGB

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

 GREEN value IS 58 (23.05% from 255) = 69.05%

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

R = 10.71%
G = 69.05%
B = 20.24%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.71

 K value IS 0.77

RGB Variations

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

Color information

#093A11 (or 0x093A11) is known color: Deep Fir. HEX triplet: 09, 3A and 11. RGB value is (9,58,17). Sum of RGB (Red+Green+Blue) = 9+58+17=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 58 (23.05% from 255 or 69.05% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 58 - color contains mainly: green. Hex color #093A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A11 is #F6C5EE. Grayscale: #262626. Windows color (decimal): -16172527 or 1128969. OLE color: 1128969.

HSL color Cylindrical-coordinate representation of color #093A11: hue angle of 129.8º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093A11 is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 58 17 -
CMYK 0.84 0 0.71 0.77
HSL 129.8º 0.73% 0.13% -
HSV(B) 129.8º 0.84% 0.23% -
XYZ 1.73 3.12 1.04 -
YUV 38.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 9 58 17 0.84 0 0.71 0.77 129.8 0.73 0.13
Hex 9 3A 11 54 0 47 4D 82 49 D
Octal 11 72 21 124 0 107 115 202 111 15
Binary 1001 111010 10001 1010100 0 1000111 1001101 10000010 1001001 1101

Color Harmonies of #093A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A11

Black with #093A11

Text Example


Text Example

White with #093A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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