Html Css Color HEX #003A04 Myrtle

📋 copy color: '#003A04'

red 0 ◦ green 58 ◦ blue 4

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

Shades of Myrtle #003A04

Tints of Myrtle #003A04

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 58 (23.05% from 255) = 93.55%

 BLUE value IS 4 (1.95% from 255) = 6.45%

R = 0%
G = 93.55%
B = 6.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.93

 K value IS 0.77

RGB Variations

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

Color information

#003A04 (or 0x003A04) is known color: Myrtle. HEX triplet: 00, 3A and 04. RGB value is (0,58,4). Sum of RGB (Red+Green+Blue) = 0+58+4=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 58 (23.05% from 255 or 93.55% from 62); Blue value is 4 (1.95% from 255 or 6.45% from 62); Max value from RGB is 58 - color contains mainly: green. Hex color #003A04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003A04 is #FFC5FB. Grayscale: #222222. Windows color (decimal): -16762364 or 276992. OLE color: 276992.

HSL color Cylindrical-coordinate representation of color #003A04: hue angle of 124.14º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A04 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 58 4 -
CMYK 1 0 0.93 0.77
HSL 124.14º 1% 0.11% -
HSV(B) 124.14º 1% 0.23% -
XYZ 1.53 3.03 0.62 -
YUV 34.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 0 58 4 1 0 0.93 0.77 124.14 1 0.11
Hex 0 3A 4 64 0 5D 4D 7C 64 B
Octal 0 72 4 144 0 135 115 174 144 13
Binary 0 111010 100 1100100 0 1011101 1001101 1111100 1100100 1011

Color Harmonies of #003A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003A04

Black with #003A04

Text Example


Text Example

White with #003A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003A04; }

 p { color: rgb(0,58,4); }

 H1.HeaderClassName
 {
   color: #003A04;
 }
 .AnyTagClassName
 {
   color: #003A04;
 }
</style>

background-color css

<style>
 a { background-color: #003A04; }

 a { background-color: rgb(0,58,4); }

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

border-color css

<style>
 span { border-color: #003A04; }

 span { border-color: rgb(0,58,4); }

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