Html Css Color HEX #093F19 Deep Fir

📋 copy color: '#093F19'

red 9 ◦ green 63 ◦ blue 25

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

Shades of Deep Fir #093F19

Tints of Deep Fir #093F19

RGB

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

 GREEN value IS 63 (25% from 255) = 64.95%

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

R = 9.28%
G = 64.95%
B = 25.77%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#093F19 (or 0x093F19) is known color: Deep Fir. HEX triplet: 09, 3F and 19. RGB value is (9,63,25). Sum of RGB (Red+Green+Blue) = 9+63+25=97 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.28% from 97); Green value is 63 (25% from 255 or 64.95% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 63 - color contains mainly: green. Hex color #093F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093F19 is #F6C0E6. Grayscale: #2A2A2A. Windows color (decimal): -16171239 or 1654537. OLE color: 1654537.

HSL color Cylindrical-coordinate representation of color #093F19: hue angle of 137.78º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F19 is Cyan = 0.86, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 63 25 -
CMYK 0.86 0 0.60 0.75
HSL 137.78º 0.75% 0.14% -
HSV(B) 137.78º 0.86% 0.25% -
XYZ 2.07 3.68 1.52 -
YUV 42.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 9 63 25 0.86 0 0.60 0.75 137.78 0.75 0.14
Hex 9 3F 19 56 0 3C 4B 8A 4B E
Octal 11 77 31 126 0 74 113 212 113 16
Binary 1001 111111 11001 1010110 0 111100 1001011 10001010 1001011 1110

Color Harmonies of #093F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F19

Black with #093F19

Text Example


Text Example

White with #093F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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