#03460D

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

Shades of Myrtle #03460D

Tints of Myrtle #03460D

Color information

#03460D (or 0x03460D) is unknown color: approx Myrtle. HEX triplet: 03, 46 and 0D. RGB value is (3,70,13). Sum of RGB (Red+Green+Blue) = 3+70+13=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 70 (27.73% from 255 or 81.40% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 70 - color contains mainly: green. Hex color #03460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03460D is #FCB9F2. Grayscale: #2B2B2B. Windows color (decimal): -16562675 or 869891. OLE color: 869891.

HSL color Cylindrical-coordinate representation of color #03460D: hue angle of 128.96º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03460D is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB37013-
CMYK0.9600.810.73
HSL128.96º91.78%14.31%-
HSV(B)128.96º95.71%27.45%-
XYZ2.34.431.11-
YUV43.47110.899.13-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 70 (27.73% from 255) = 81.40%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=3.49%
G=81.40%
B=15.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal370130.9600.810.73128.9691.7814.31
Hex346D6005149815ce
Octal310615140012111120113416
Binary111000110110111000000101000110010011000000110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03460D; }

 p { color: rgb(3,70,13); }

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

<style>
 a { background-color: #03460D; }

 a { background-color: rgb(3,70,13); }

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

<style>
 span { border-color: #03460D; }

 span { border-color: rgb(3,70,13); }

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