#00490B

Color #00490B Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #00490B

Tints of Myrtle #00490B

Color information

#00490B (or 0x00490B) is unknown color: approx Myrtle. HEX triplet: 00, 49 and 0B. RGB value is (0,73,11). Sum of RGB (Red+Green+Blue) = 0+73+11=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 73 (28.91% from 255 or 86.90% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 73 - color contains mainly: green. Hex color #00490B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00490B is #FFB6F4. Grayscale: #2C2C2C. Windows color (decimal): -16758517 or 739584. OLE color: 739584.

HSL color Cylindrical-coordinate representation of color #00490B: hue angle of 129.04º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00490B is Cyan = 1, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.

Color convert

RGB07311-
CMYK100.850.71
HSL129.04º100%14.31%-
HSV(B)129.04º100%28.63%-
XYZ2.444.791.11-
YUV44.1109.3296.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 86.90%
BLUE value IS 11 (4.69% from 255) = 13.10%
R=0%
G=86.90%
B=13.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07311100.850.71129.0410014.31
Hex049B64055478164e
Octal011113144012510720114416
Binary01001001101111001000101010110001111000000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00490B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,73,11); }

 H1.HeaderClassName
 {
   color: #00490B;
 }
 .AnyTagClassName
 {
   color: #00490B;
 }
</style>
background-color css

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

 a { background-color: rgb(0,73,11); }

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

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

 span { border-color: rgb(0,73,11); }

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