#03490B

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

Shades of Myrtle #03490B

Tints of Myrtle #03490B

Color information

#03490B (or 0x03490B) is unknown color: approx Myrtle. HEX triplet: 03, 49 and 0B. RGB value is (3,73,11). Sum of RGB (Red+Green+Blue) = 3+73+11=87 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.45% from 87); Green value is 73 (28.91% from 255 or 83.91% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 73 - color contains mainly: green. Hex color #03490B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03490B is #FCB6F4. Grayscale: #2D2D2D. Windows color (decimal): -16561909 or 739587. OLE color: 739587.

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

Color convert

RGB37311-
CMYK0.9600.850.71
HSL126.86º92.11%14.9%-
HSV(B)126.86º95.89%28.63%-
XYZ2.484.811.11-
YUV45108.8198.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.45%
GREEN value IS 73 (28.91% from 255) = 83.91%
BLUE value IS 11 (4.69% from 255) = 12.64%
R=3.45%
G=83.91%
B=12.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373110.9600.850.71126.8692.1114.9
Hex349B60055477f5cf
Octal311113140012510717713417
Binary11100100110111100000010101011000111111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03490B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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