Html Css Color HEX #093A17 Deep Fir

📋 copy color: '#093A17'

red 9 ◦ green 58 ◦ blue 23

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

Shades of Deep Fir #093A17

Tints of Deep Fir #093A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 25.56%

R = 10%
G = 64.44%
B = 25.56%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.60

 K value IS 0.77

RGB Variations

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

Color information

#093A17 (or 0x093A17) is known color: Deep Fir. HEX triplet: 09, 3A and 17. RGB value is (9,58,23). Sum of RGB (Red+Green+Blue) = 9+58+23=90 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10% from 90); Green value is 58 (23.05% from 255 or 64.44% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 58 - color contains mainly: green. Hex color #093A17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A17 is #F6C5E8. Grayscale: #272727. Windows color (decimal): -16172521 or 1522185. OLE color: 1522185.

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

Color convert

RGB 9 58 23 -
CMYK 0.84 0 0.60 0.77
HSL 137.14º 0.73% 0.13% -
HSV(B) 137.14º 0.84% 0.23% -
XYZ 1.78 3.15 1.32 -
YUV 39.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 9 58 23 0.84 0 0.60 0.77 137.14 0.73 0.13
Hex 9 3A 17 54 0 3C 4D 89 49 D
Octal 11 72 27 124 0 74 115 211 111 15
Binary 1001 111010 10111 1010100 0 111100 1001101 10001001 1001001 1101

Color Harmonies of #093A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A17

Black with #093A17

Text Example


Text Example

White with #093A17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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