Html Css Color HEX #014205 Myrtle

📋 copy color: '#014205'

red 1 ◦ green 66 ◦ blue 5

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

Shades of Myrtle #014205

Tints of Myrtle #014205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.94%

R = 1.39%
G = 91.67%
B = 6.94%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.74

RGB Variations

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

Color information

#014205 (or 0x014205) is known color: Myrtle. HEX triplet: 01, 42 and 05. RGB value is (1,66,5). Sum of RGB (Red+Green+Blue) = 1+66+5=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 66 (26.17% from 255 or 91.67% from 72); Blue value is 5 (2.34% from 255 or 6.94% from 72); Max value from RGB is 66 - color contains mainly: green. Hex color #014205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014205 is #FEBDFA. Grayscale: #272727. Windows color (decimal): -16694779 or 344577. OLE color: 344577.

HSL color Cylindrical-coordinate representation of color #014205: hue angle of 123.69º 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 #014205 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 66 5 -
CMYK 0.98 0 0.92 0.74
HSL 123.69º 0.97% 0.13% -
HSV(B) 123.69º 0.98% 0.26% -
XYZ 1.99 3.91 0.79 -
YUV 39.61 108.47 100.46 -
System Red Green Blue C M Y K H S L
Decimal 1 66 5 0.98 0 0.92 0.74 123.69 0.97 0.13
Hex 1 42 5 62 0 5C 4A 7C 61 D
Octal 1 102 5 142 0 134 112 174 141 15
Binary 1 1000010 101 1100010 0 1011100 1001010 1111100 1100001 1101

Color Harmonies of #014205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014205

Black with #014205

Text Example


Text Example

White with #014205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014205; }

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

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

background-color css

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

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

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

border-color css

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

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

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