Html Css Color HEX #09350D Myrtle

📋 copy color: '#09350D'

red 9 ◦ green 53 ◦ blue 13

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

Shades of Myrtle #09350D

Tints of Myrtle #09350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 70.67%

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

R = 12%
G = 70.67%
B = 17.33%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.79

RGB Variations

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

Color information

#09350D (or 0x09350D) is known color: Myrtle. HEX triplet: 09, 35 and 0D. RGB value is (9,53,13). Sum of RGB (Red+Green+Blue) = 9+53+13=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 53 (21.09% from 255 or 70.67% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 53 - color contains mainly: green. Hex color #09350D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09350D is #F6CAF2. Grayscale: #232323. Windows color (decimal): -16173811 or 865545. OLE color: 865545.

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

Color convert

RGB 9 53 13 -
CMYK 0.83 0 0.75 0.79
HSL 125.45º 0.71% 0.12% -
HSV(B) 125.45º 0.83% 0.21% -
XYZ 1.46 2.63 0.81 -
YUV 35.28 115.42 109.25 -
System Red Green Blue C M Y K H S L
Decimal 9 53 13 0.83 0 0.75 0.79 125.45 0.71 0.12
Hex 9 35 D 53 0 4B 4F 7D 47 C
Octal 11 65 15 123 0 113 117 175 107 14
Binary 1001 110101 1101 1010011 0 1001011 1001111 1111101 1000111 1100

Color Harmonies of #09350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09350D

Black with #09350D

Text Example


Text Example

White with #09350D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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