#03480B

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

Shades of Myrtle #03480B

Tints of Myrtle #03480B

Color information

#03480B (or 0x03480B) is unknown color: approx Myrtle. HEX triplet: 03, 48 and 0B. RGB value is (3,72,11). Sum of RGB (Red+Green+Blue) = 3+72+11=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 72 (28.52% from 255 or 83.72% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 72 - color contains mainly: green. Hex color #03480B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03480B is #FCB7F4. Grayscale: #2C2C2C. Windows color (decimal): -16562165 or 739331. OLE color: 739331.

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

Color convert

RGB37211-
CMYK0.9600.850.72
HSL126.96º92%14.71%-
HSV(B)126.96º95.83%28.24%-
XYZ2.424.681.09-
YUV44.41109.1498.46-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.49%
GREEN value IS 72 (28.52% from 255) = 83.72%
BLUE value IS 11 (4.69% from 255) = 12.79%
R=3.49%
G=83.72%
B=12.79%

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
Decimal372110.9600.850.72126.969214.71
Hex348B60055487f5cf
Octal311013140012511017713417
Binary11100100010111100000010101011001000111111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03480B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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