Html Css Color HEX #09480C Myrtle

📋 copy color: '#09480C'

red 9 ◦ green 72 ◦ blue 12

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

Shades of Myrtle #09480C

Tints of Myrtle #09480C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.9%

R = 9.68%
G = 77.42%
B = 12.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#09480C (or 0x09480C) is known color: Myrtle. HEX triplet: 09, 48 and 0C. RGB value is (9,72,12). Sum of RGB (Red+Green+Blue) = 9+72+12=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 72 (28.52% from 255 or 77.42% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 72 - color contains mainly: green. Hex color #09480C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09480C is #F6B7F3. Grayscale: #2E2E2E. Windows color (decimal): -16168948 or 804873. OLE color: 804873.

HSL color Cylindrical-coordinate representation of color #09480C: hue angle of 122.86º 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 #09480C is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 12 -
CMYK 0.88 0 0.83 0.72
HSL 122.86º 0.78% 0.16% -
HSV(B) 122.86º 0.88% 0.28% -
XYZ 2.5 4.72 1.13 -
YUV 46.32 108.63 101.38 -
System Red Green Blue C M Y K H S L
Decimal 9 72 12 0.88 0 0.83 0.72 122.86 0.78 0.16
Hex 9 48 C 58 0 53 48 7B 4E 10
Octal 11 110 14 130 0 123 110 173 116 20
Binary 1001 1001000 1100 1011000 0 1010011 1001000 1111011 1001110 10000

Color Harmonies of #09480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09480C

Black with #09480C

Text Example


Text Example

White with #09480C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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