Html Css Color HEX #09480E Myrtle

📋 copy color: '#09480E'

red 9 ◦ green 72 ◦ blue 14

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

Shades of Myrtle #09480E

Tints of Myrtle #09480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 75.79%

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

R = 9.47%
G = 75.79%
B = 14.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#09480E (or 0x09480E) is known color: Myrtle. HEX triplet: 09, 48 and 0E. RGB value is (9,72,14). Sum of RGB (Red+Green+Blue) = 9+72+14=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 72 (28.52% from 255 or 75.79% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 72 - color contains mainly: green. Hex color #09480E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09480E is #F6B7F1. Grayscale: #2E2E2E. Windows color (decimal): -16168946 or 935945. OLE color: 935945.

HSL color Cylindrical-coordinate representation of color #09480E: hue angle of 124.76º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09480E is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 14 -
CMYK 0.88 0 0.81 0.72
HSL 124.76º 0.78% 0.16% -
HSV(B) 124.76º 0.88% 0.28% -
XYZ 2.51 4.72 1.2 -
YUV 46.55 109.63 101.22 -
System Red Green Blue C M Y K H S L
Decimal 9 72 14 0.88 0 0.81 0.72 124.76 0.78 0.16
Hex 9 48 E 58 0 51 48 7D 4E 10
Octal 11 110 16 130 0 121 110 175 116 20
Binary 1001 1001000 1110 1011000 0 1010001 1001000 1111101 1001110 10000

Color Harmonies of #09480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09480E

Black with #09480E

Text Example


Text Example

White with #09480E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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