Html Css Color HEX #09520A Myrtle

📋 copy color: '#09520A'

red 9 ◦ green 82 ◦ blue 10

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

Shades of Myrtle #09520A

Tints of Myrtle #09520A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.9%

R = 8.91%
G = 81.19%
B = 9.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.88

 K value IS 0.68

RGB Variations

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

Color information

#09520A (or 0x09520A) is known color: Myrtle. HEX triplet: 09, 52 and 0A. RGB value is (9,82,10). Sum of RGB (Red+Green+Blue) = 9+82+10=101 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.91% from 101); Green value is 82 (32.42% from 255 or 81.19% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 82 - color contains mainly: green. Hex color #09520A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09520A is #F6ADF5. Grayscale: #343434. Windows color (decimal): -16166390 or 676361. OLE color: 676361.

HSL color Cylindrical-coordinate representation of color #09520A: hue angle of 120.82º 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 #09520A is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.68.

Color convert

RGB 9 82 10 -
CMYK 0.89 0 0.88 0.68
HSL 120.82º 0.8% 0.18% -
HSV(B) 120.82º 0.89% 0.32% -
XYZ 3.18 6.11 1.3 -
YUV 51.97 104.32 97.35 -
System Red Green Blue C M Y K H S L
Decimal 9 82 10 0.89 0 0.88 0.68 120.82 0.8 0.18
Hex 9 52 A 59 0 58 44 79 50 12
Octal 11 122 12 131 0 130 104 171 120 22
Binary 1001 1010010 1010 1011001 0 1011000 1000100 1111001 1010000 10010

Color Harmonies of #09520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09520A

Black with #09520A

Text Example


Text Example

White with #09520A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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