Html Css Color HEX #09500D Myrtle

📋 copy color: '#09500D'

red 9 ◦ green 80 ◦ blue 13

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

Shades of Myrtle #09500D

Tints of Myrtle #09500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 78.43%

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

R = 8.82%
G = 78.43%
B = 12.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#09500D (or 0x09500D) is known color: Myrtle. HEX triplet: 09, 50 and 0D. RGB value is (9,80,13). Sum of RGB (Red+Green+Blue) = 9+80+13=102 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.82% from 102); Green value is 80 (31.64% from 255 or 78.43% from 102); Blue value is 13 (5.47% from 255 or 12.75% from 102); Max value from RGB is 80 - color contains mainly: green. Hex color #09500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #09500D is #F6AFF2. Grayscale: #333333. Windows color (decimal): -16166899 or 872457. OLE color: 872457.

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

Color convert

RGB 9 80 13 -
CMYK 0.89 0 0.84 0.69
HSL 123.38º 0.8% 0.17% -
HSV(B) 123.38º 0.89% 0.31% -
XYZ 3.05 5.82 1.34 -
YUV 51.13 106.48 97.95 -
System Red Green Blue C M Y K H S L
Decimal 9 80 13 0.89 0 0.84 0.69 123.38 0.8 0.17
Hex 9 50 D 59 0 54 45 7B 50 11
Octal 11 120 15 131 0 124 105 173 120 21
Binary 1001 1010000 1101 1011001 0 1010100 1000101 1111011 1010000 10001

Color Harmonies of #09500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09500D

Black with #09500D

Text Example


Text Example

White with #09500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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