Html Css Color HEX #093A19 Deep Fir

📋 copy color: '#093A19'

red 9 ◦ green 58 ◦ blue 25

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

Shades of Deep Fir #093A19

Tints of Deep Fir #093A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 27.17%

R = 9.78%
G = 63.04%
B = 27.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.57

 K value IS 0.77

RGB Variations

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

Color information

#093A19 (or 0x093A19) is known color: Deep Fir. HEX triplet: 09, 3A and 19. RGB value is (9,58,25). Sum of RGB (Red+Green+Blue) = 9+58+25=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 58 (23.05% from 255 or 63.04% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 58 - color contains mainly: green. Hex color #093A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093A19 is #F6C5E6. Grayscale: #272727. Windows color (decimal): -16172519 or 1653257. OLE color: 1653257.

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

Color convert

RGB 9 58 25 -
CMYK 0.84 0 0.57 0.77
HSL 139.59º 0.73% 0.13% -
HSV(B) 139.59º 0.84% 0.23% -
XYZ 1.8 3.15 1.43 -
YUV 39.59 119.77 106.18 -
System Red Green Blue C M Y K H S L
Decimal 9 58 25 0.84 0 0.57 0.77 139.59 0.73 0.13
Hex 9 3A 19 54 0 39 4D 8C 49 D
Octal 11 72 31 124 0 71 115 214 111 15
Binary 1001 111010 11001 1010100 0 111001 1001101 10001100 1001001 1101

Color Harmonies of #093A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093A19

Black with #093A19

Text Example


Text Example

White with #093A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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