Html Css Color HEX #03490A Myrtle

📋 copy color: '#03490A'

red 3 ◦ green 73 ◦ blue 10

#03490A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #03490A

Tints of Myrtle #03490A

RGB

 RED value IS 3 (1.56% from 255) = 3.49%

 GREEN value IS 73 (28.91% from 255) = 84.88%

 BLUE value IS 10 (4.3% from 255) = 11.63%

R = 3.49%
G = 84.88%
B = 11.63%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#03490A (or 0x03490A) is known color: Myrtle. HEX triplet: 03, 49 and 0A. RGB value is (3,73,10). Sum of RGB (Red+Green+Blue) = 3+73+10=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 73 (28.91% from 255 or 84.88% from 86); Blue value is 10 (4.30% from 255 or 11.63% from 86); Max value from RGB is 73 - color contains mainly: green. Hex color #03490A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03490A is #FCB6F5. Grayscale: #2D2D2D. Windows color (decimal): -16561910 or 674051. OLE color: 674051.

HSL color Cylindrical-coordinate representation of color #03490A: hue angle of 126º 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 #03490A is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB 3 73 10 -
CMYK 0.96 0 0.86 0.71
HSL 126º 0.92% 0.15% -
HSV(B) 126º 0.96% 0.29% -
XYZ 2.47 4.81 1.08 -
YUV 44.89 108.31 98.12 -
System Red Green Blue C M Y K H S L
Decimal 3 73 10 0.96 0 0.86 0.71 126 0.92 0.15
Hex 3 49 A 60 0 56 47 7E 5C F
Octal 3 111 12 140 0 126 107 176 134 17
Binary 11 1001001 1010 1100000 0 1010110 1000111 1111110 1011100 1111

Color Harmonies of #03490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03490A

Black with #03490A

Text Example


Text Example

White with #03490A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03490A;
 }
 .AnyTagClassName
 {
   color: #03490A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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