Html Css Color HEX #03490B Myrtle

📋 copy color: '#03490B'

red 3 ◦ green 73 ◦ blue 11

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

Shades of Myrtle #03490B

Tints of Myrtle #03490B

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 value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.71

RGB Variations

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

Color information

#03490B (or 0x03490B) is known color: 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

RGB 3 73 11 -
CMYK 0.96 0 0.85 0.71
HSL 126.86º 0.92% 0.15% -
HSV(B) 126.86º 0.96% 0.29% -
XYZ 2.48 4.81 1.11 -
YUV 45 108.81 98.04 -
System Red Green Blue C M Y K H S L
Decimal 3 73 11 0.96 0 0.85 0.71 126.86 0.92 0.15
Hex 3 49 B 60 0 55 47 7F 5C F
Octal 3 111 13 140 0 125 107 177 134 17
Binary 11 1001001 1011 1100000 0 1010101 1000111 1111111 1011100 1111

Color Harmonies of #03490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03490B

Black with #03490B

Text Example


Text Example

White with #03490B

Text Example


Text Example

HTML Codes & Css Web 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>