Html Css Color HEX #09520D Myrtle

📋 copy color: '#09520D'

red 9 ◦ green 82 ◦ blue 13

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

Shades of Myrtle #09520D

Tints of Myrtle #09520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 78.85%

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

R = 8.65%
G = 78.85%
B = 12.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#09520D (or 0x09520D) is known color: Myrtle. HEX triplet: 09, 52 and 0D. RGB value is (9,82,13). Sum of RGB (Red+Green+Blue) = 9+82+13=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 82 (32.42% from 255 or 78.85% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 82 - color contains mainly: green. Hex color #09520D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09520D is #F6ADF2. Grayscale: #343434. Windows color (decimal): -16166387 or 872969. OLE color: 872969.

HSL color Cylindrical-coordinate representation of color #09520D: hue angle of 123.29º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09520D is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 13 -
CMYK 0.89 0 0.84 0.68
HSL 123.29º 0.8% 0.18% -
HSV(B) 123.29º 0.89% 0.32% -
XYZ 3.2 6.12 1.39 -
YUV 52.31 105.82 97.11 -
System Red Green Blue C M Y K H S L
Decimal 9 82 13 0.89 0 0.84 0.68 123.29 0.8 0.18
Hex 9 52 D 59 0 54 44 7B 50 12
Octal 11 122 15 131 0 124 104 173 120 22
Binary 1001 1010010 1101 1011001 0 1010100 1000100 1111011 1010000 10010

Color Harmonies of #09520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09520D

Black with #09520D

Text Example


Text Example

White with #09520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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