Html Css Color HEX #093404 Myrtle

📋 copy color: '#093404'

red 9 ◦ green 52 ◦ blue 4

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

Shades of Myrtle #093404

Tints of Myrtle #093404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 80%

 BLUE value IS 4 (1.95% from 255) = 6.15%

R = 13.85%
G = 80%
B = 6.15%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.80

RGB Variations

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

Color information

#093404 (or 0x093404) is known color: Myrtle. HEX triplet: 09, 34 and 04. RGB value is (9,52,4). Sum of RGB (Red+Green+Blue) = 9+52+4=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 52 (20.70% from 255 or 80% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 52 - color contains mainly: green. Hex color #093404 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093404 is #F6CBFB. Grayscale: #212121. Windows color (decimal): -16174076 or 275465. OLE color: 275465.

HSL color Cylindrical-coordinate representation of color #093404: hue angle of 113.75º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093404 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 52 4 -
CMYK 0.83 0 0.92 0.80
HSL 113.75º 0.86% 0.11% -
HSV(B) 113.75º 0.92% 0.2% -
XYZ 1.36 2.52 0.53 -
YUV 33.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 9 52 4 0.83 0 0.92 0.80 113.75 0.86 0.11
Hex 9 34 4 53 0 5C 50 72 56 B
Octal 11 64 4 123 0 134 120 162 126 13
Binary 1001 110100 100 1010011 0 1011100 1010000 1110010 1010110 1011

Color Harmonies of #093404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093404

Black with #093404

Text Example


Text Example

White with #093404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093404; }

 p { color: rgb(9,52,4); }

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

background-color css

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

 a { background-color: rgb(9,52,4); }

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

border-color css

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

 span { border-color: rgb(9,52,4); }

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