Html Css Color HEX #03470C Myrtle

📋 copy color: '#03470C'

red 3 ◦ green 71 ◦ blue 12

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

Shades of Myrtle #03470C

Tints of Myrtle #03470C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 82.56%

 BLUE value IS 12 (5.08% from 255) = 13.95%

R = 3.49%
G = 82.56%
B = 13.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#03470C (or 0x03470C) is known color: Myrtle. HEX triplet: 03, 47 and 0C. RGB value is (3,71,12). Sum of RGB (Red+Green+Blue) = 3+71+12=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 71 (28.12% from 255 or 82.56% from 86); Blue value is 12 (5.08% from 255 or 13.95% from 86); Max value from RGB is 71 - color contains mainly: green. Hex color #03470C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03470C is #FCB8F3. Grayscale: #2C2C2C. Windows color (decimal): -16562420 or 804611. OLE color: 804611.

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

Color convert

RGB 3 71 12 -
CMYK 0.96 0 0.83 0.72
HSL 127.94º 0.92% 0.15% -
HSV(B) 127.94º 0.96% 0.28% -
XYZ 2.36 4.55 1.1 -
YUV 43.94 109.97 98.8 -
System Red Green Blue C M Y K H S L
Decimal 3 71 12 0.96 0 0.83 0.72 127.94 0.92 0.15
Hex 3 47 C 60 0 53 48 80 5C F
Octal 3 107 14 140 0 123 110 200 134 17
Binary 11 1000111 1100 1100000 0 1010011 1001000 10000000 1011100 1111

Color Harmonies of #03470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03470C

Black with #03470C

Text Example


Text Example

White with #03470C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03470C;
 }
 .AnyTagClassName
 {
   color: #03470C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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