Html Css Color HEX #014204 Myrtle

📋 copy color: '#014204'

red 1 ◦ green 66 ◦ blue 4

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

Shades of Myrtle #014204

Tints of Myrtle #014204

RGB

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

 GREEN value IS 66 (26.17% from 255) = 92.96%

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

R = 1.41%
G = 92.96%
B = 5.63%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.74

RGB Variations

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

Color information

#014204 (or 0x014204) is known color: Myrtle. HEX triplet: 01, 42 and 04. RGB value is (1,66,4). Sum of RGB (Red+Green+Blue) = 1+66+4=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 66 (26.17% from 255 or 92.96% from 71); Blue value is 4 (1.95% from 255 or 5.63% from 71); Max value from RGB is 66 - color contains mainly: green. Hex color #014204 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014204 is #FEBDFB. Grayscale: #272727. Windows color (decimal): -16694780 or 279041. OLE color: 279041.

HSL color Cylindrical-coordinate representation of color #014204: hue angle of 122.77º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014204 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 66 4 -
CMYK 0.98 0 0.94 0.74
HSL 122.77º 0.97% 0.13% -
HSV(B) 122.77º 0.98% 0.26% -
XYZ 1.98 3.91 0.77 -
YUV 39.5 107.97 100.54 -
System Red Green Blue C M Y K H S L
Decimal 1 66 4 0.98 0 0.94 0.74 122.77 0.97 0.13
Hex 1 42 4 62 0 5E 4A 7B 61 D
Octal 1 102 4 142 0 136 112 173 141 15
Binary 1 1000010 100 1100010 0 1011110 1001010 1111011 1100001 1101

Color Harmonies of #014204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014204

Black with #014204

Text Example


Text Example

White with #014204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014204; }

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

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

background-color css

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

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

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

border-color css

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

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

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