Html Css Color HEX #09520E Myrtle

📋 copy color: '#09520E'

red 9 ◦ green 82 ◦ blue 14

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

Shades of Myrtle #09520E

Tints of Myrtle #09520E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.33%

R = 8.57%
G = 78.1%
B = 13.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#09520E (or 0x09520E) is known color: Myrtle. HEX triplet: 09, 52 and 0E. RGB value is (9,82,14). Sum of RGB (Red+Green+Blue) = 9+82+14=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 82 (32.42% from 255 or 78.10% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 82 - color contains mainly: green. Hex color #09520E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09520E is #F6ADF1. Grayscale: #343434. Windows color (decimal): -16166386 or 938505. OLE color: 938505.

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

Color convert

RGB 9 82 14 -
CMYK 0.89 0 0.83 0.68
HSL 124.11º 0.8% 0.18% -
HSV(B) 124.11º 0.89% 0.32% -
XYZ 3.21 6.12 1.43 -
YUV 52.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 9 82 14 0.89 0 0.83 0.68 124.11 0.8 0.18
Hex 9 52 E 59 0 53 44 7C 50 12
Octal 11 122 16 131 0 123 104 174 120 22
Binary 1001 1010010 1110 1011001 0 1010011 1000100 1111100 1010000 10010

Color Harmonies of #09520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09520E

Black with #09520E

Text Example


Text Example

White with #09520E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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