#03470B

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

Shades of Myrtle #03470B

Tints of Myrtle #03470B

Color information

#03470B (or 0x03470B) is unknown color: approx Myrtle. HEX triplet: 03, 47 and 0B. RGB value is (3,71,11). Sum of RGB (Red+Green+Blue) = 3+71+11=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 71 (28.12% from 255 or 83.53% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 71 - color contains mainly: green. Hex color #03470B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03470B is #FCB8F4. Grayscale: #2C2C2C. Windows color (decimal): -16562421 or 739075. OLE color: 739075.

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

Color convert

RGB37111-
CMYK0.9600.850.72
HSL127.06º91.89%14.51%-
HSV(B)127.06º95.77%27.84%-
XYZ2.354.551.07-
YUV43.83109.4798.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.53%
GREEN value IS 71 (28.12% from 255) = 83.53%
BLUE value IS 11 (4.69% from 255) = 12.94%
R=3.53%
G=83.53%
B=12.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371110.9600.850.72127.0691.8914.51
Hex347B60055487f5cf
Octal310713140012511017713417
Binary11100011110111100000010101011001000111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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