Html Css Color HEX #093A16 Deep Fir

📋 copy color: '#093A16'

red 9 ◦ green 58 ◦ blue 22

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

Shades of Deep Fir #093A16

Tints of Deep Fir #093A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 24.72%

R = 10.11%
G = 65.17%
B = 24.72%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.62

 K value IS 0.77

RGB Variations

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

Color information

#093A16 (or 0x093A16) is known color: Deep Fir. HEX triplet: 09, 3A and 16. RGB value is (9,58,22). Sum of RGB (Red+Green+Blue) = 9+58+22=89 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.11% from 89); Green value is 58 (23.05% from 255 or 65.17% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 58 - color contains mainly: green. Hex color #093A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A16 is #F6C5E9. Grayscale: #272727. Windows color (decimal): -16172522 or 1456649. OLE color: 1456649.

HSL color Cylindrical-coordinate representation of color #093A16: hue angle of 135.92º 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 #093A16 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 58 22 -
CMYK 0.84 0 0.62 0.77
HSL 135.92º 0.73% 0.13% -
HSV(B) 135.92º 0.84% 0.23% -
XYZ 1.77 3.14 1.27 -
YUV 39.25 118.27 106.43 -
System Red Green Blue C M Y K H S L
Decimal 9 58 22 0.84 0 0.62 0.77 135.92 0.73 0.13
Hex 9 3A 16 54 0 3E 4D 88 49 D
Octal 11 72 26 124 0 76 115 210 111 15
Binary 1001 111010 10110 1010100 0 111110 1001101 10001000 1001001 1101

Color Harmonies of #093A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A16

Black with #093A16

Text Example


Text Example

White with #093A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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