Html Css Color HEX #09480B Myrtle

📋 copy color: '#09480B'

red 9 ◦ green 72 ◦ blue 11

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

Shades of Myrtle #09480B

Tints of Myrtle #09480B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 11.96%

R = 9.78%
G = 78.26%
B = 11.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.85

 K value IS 0.72

RGB Variations

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

Color information

#09480B (or 0x09480B) is known color: Myrtle. HEX triplet: 09, 48 and 0B. RGB value is (9,72,11). Sum of RGB (Red+Green+Blue) = 9+72+11=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 72 (28.52% from 255 or 78.26% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 72 - color contains mainly: green. Hex color #09480B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09480B is #F6B7F4. Grayscale: #2E2E2E. Windows color (decimal): -16168949 or 739337. OLE color: 739337.

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

Color convert

RGB 9 72 11 -
CMYK 0.88 0 0.85 0.72
HSL 121.9º 0.78% 0.16% -
HSV(B) 121.9º 0.88% 0.28% -
XYZ 2.49 4.72 1.1 -
YUV 46.21 108.13 101.46 -
System Red Green Blue C M Y K H S L
Decimal 9 72 11 0.88 0 0.85 0.72 121.9 0.78 0.16
Hex 9 48 B 58 0 55 48 7A 4E 10
Octal 11 110 13 130 0 125 110 172 116 20
Binary 1001 1001000 1011 1011000 0 1010101 1001000 1111010 1001110 10000

Color Harmonies of #09480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09480B

Black with #09480B

Text Example


Text Example

White with #09480B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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