Html Css Color HEX #013D04 Myrtle

📋 copy color: '#013D04'

red 1 ◦ green 61 ◦ blue 4

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

Shades of Myrtle #013D04

Tints of Myrtle #013D04

RGB

 RED value IS 1 (0.78% from 255) = 1.52%

 GREEN value IS 61 (24.22% from 255) = 92.42%

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

R = 1.52%
G = 92.42%
B = 6.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.93

 K value IS 0.76

RGB Variations

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

Color information

#013D04 (or 0x013D04) is known color: Myrtle. HEX triplet: 01, 3D and 04. RGB value is (1,61,4). Sum of RGB (Red+Green+Blue) = 1+61+4=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 61 (24.22% from 255 or 92.42% from 66); Blue value is 4 (1.95% from 255 or 6.06% from 66); Max value from RGB is 61 - color contains mainly: green. Hex color #013D04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013D04 is #FEC2FB. Grayscale: #242424. Windows color (decimal): -16696060 or 277761. OLE color: 277761.

HSL color Cylindrical-coordinate representation of color #013D04: hue angle of 123º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013D04 is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 61 4 -
CMYK 0.98 0 0.93 0.76
HSL 123º 0.97% 0.12% -
HSV(B) 123º 0.98% 0.24% -
XYZ 1.7 3.35 0.67 -
YUV 36.56 109.62 102.63 -
System Red Green Blue C M Y K H S L
Decimal 1 61 4 0.98 0 0.93 0.76 123 0.97 0.12
Hex 1 3D 4 62 0 5D 4C 7B 61 C
Octal 1 75 4 142 0 135 114 173 141 14
Binary 1 111101 100 1100010 0 1011101 1001100 1111011 1100001 1100

Color Harmonies of #013D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D04

Black with #013D04

Text Example


Text Example

White with #013D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013D04; }

 p { color: rgb(1,61,4); }

 H1.HeaderClassName
 {
   color: #013D04;
 }
 .AnyTagClassName
 {
   color: #013D04;
 }
</style>

background-color css

<style>
 a { background-color: #013D04; }

 a { background-color: rgb(1,61,4); }

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

border-color css

<style>
 span { border-color: #013D04; }

 span { border-color: rgb(1,61,4); }

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