Html Css Color HEX #093B14 Deep Fir

📋 copy color: '#093B14'

red 9 ◦ green 59 ◦ blue 20

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

Shades of Deep Fir #093B14

Tints of Deep Fir #093B14

RGB

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

 GREEN value IS 59 (23.44% from 255) = 67.05%

 BLUE value IS 20 (8.2% from 255) = 22.73%

R = 10.23%
G = 67.05%
B = 22.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.66

 K value IS 0.77

RGB Variations

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

Color information

#093B14 (or 0x093B14) is known color: Deep Fir. HEX triplet: 09, 3B and 14. RGB value is (9,59,20). Sum of RGB (Red+Green+Blue) = 9+59+20=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 59 (23.44% from 255 or 67.05% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 59 - color contains mainly: green. Hex color #093B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093B14 is #F6C4EB. Grayscale: #272727. Windows color (decimal): -16172268 or 1325833. OLE color: 1325833.

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

Color convert

RGB 9 59 20 -
CMYK 0.85 0 0.66 0.77
HSL 133.2º 0.74% 0.13% -
HSV(B) 133.2º 0.85% 0.23% -
XYZ 1.8 3.24 1.19 -
YUV 39.6 116.94 106.17 -
System Red Green Blue C M Y K H S L
Decimal 9 59 20 0.85 0 0.66 0.77 133.2 0.74 0.13
Hex 9 3B 14 55 0 42 4D 85 4A D
Octal 11 73 24 125 0 102 115 205 112 15
Binary 1001 111011 10100 1010101 0 1000010 1001101 10000101 1001010 1101

Color Harmonies of #093B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093B14

Black with #093B14

Text Example


Text Example

White with #093B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,59,20); }

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

background-color css

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

 a { background-color: rgb(9,59,20); }

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

border-color css

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

 span { border-color: rgb(9,59,20); }

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