Html Css Color HEX #014705 Myrtle

📋 copy color: '#014705'

red 1 ◦ green 71 ◦ blue 5

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

Shades of Myrtle #014705

Tints of Myrtle #014705

RGB

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

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

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

R = 1.3%
G = 92.21%
B = 6.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#014705 (or 0x014705) is known color: Myrtle. HEX triplet: 01, 47 and 05. RGB value is (1,71,5). Sum of RGB (Red+Green+Blue) = 1+71+5=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 71 (28.12% from 255 or 92.21% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 71 - color contains mainly: green. Hex color #014705 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014705 is #FEB8FA. Grayscale: #2A2A2A. Windows color (decimal): -16693499 or 345857. OLE color: 345857.

HSL color Cylindrical-coordinate representation of color #014705: hue angle of 123.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014705 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 5 -
CMYK 0.99 0 0.93 0.72
HSL 123.43º 0.97% 0.14% -
HSV(B) 123.43º 0.99% 0.28% -
XYZ 2.29 4.52 0.9 -
YUV 42.55 106.81 98.37 -
System Red Green Blue C M Y K H S L
Decimal 1 71 5 0.99 0 0.93 0.72 123.43 0.97 0.14
Hex 1 47 5 63 0 5D 48 7B 61 E
Octal 1 107 5 143 0 135 110 173 141 16
Binary 1 1000111 101 1100011 0 1011101 1001000 1111011 1100001 1110

Color Harmonies of #014705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014705

Black with #014705

Text Example


Text Example

White with #014705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014705; }

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

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

background-color css

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

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

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

border-color css

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

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

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