Html Css Color HEX #09340D Myrtle

📋 copy color: '#09340D'

red 9 ◦ green 52 ◦ blue 13

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

Shades of Myrtle #09340D

Tints of Myrtle #09340D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 17.57%

R = 12.16%
G = 70.27%
B = 17.57%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.80

RGB Variations

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

Color information

#09340D (or 0x09340D) is known color: Myrtle. HEX triplet: 09, 34 and 0D. RGB value is (9,52,13). Sum of RGB (Red+Green+Blue) = 9+52+13=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 52 (20.70% from 255 or 70.27% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 52 - color contains mainly: green. Hex color #09340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09340D is #F6CBF2. Grayscale: #222222. Windows color (decimal): -16174067 or 865289. OLE color: 865289.

HSL color Cylindrical-coordinate representation of color #09340D: hue angle of 125.58º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #09340D is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.

Color convert

RGB 9 52 13 -
CMYK 0.83 0 0.75 0.80
HSL 125.58º 0.7% 0.12% -
HSV(B) 125.58º 0.83% 0.2% -
XYZ 1.41 2.54 0.8 -
YUV 34.7 115.75 109.67 -
System Red Green Blue C M Y K H S L
Decimal 9 52 13 0.83 0 0.75 0.80 125.58 0.7 0.12
Hex 9 34 D 53 0 4B 50 7E 46 C
Octal 11 64 15 123 0 113 120 176 106 14
Binary 1001 110100 1101 1010011 0 1001011 1010000 1111110 1000110 1100

Color Harmonies of #09340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09340D

Black with #09340D

Text Example


Text Example

White with #09340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09340D; }

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

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

background-color css

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

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

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

border-color css

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

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

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