Html Css Color HEX #014605 Myrtle

📋 copy color: '#014605'

red 1 ◦ green 70 ◦ blue 5

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

Shades of Myrtle #014605

Tints of Myrtle #014605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 92.11%

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

R = 1.32%
G = 92.11%
B = 6.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#014605 (or 0x014605) is known color: Myrtle. HEX triplet: 01, 46 and 05. RGB value is (1,70,5). Sum of RGB (Red+Green+Blue) = 1+70+5=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 70 (27.73% from 255 or 92.11% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 70 - color contains mainly: green. Hex color #014605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014605 is #FEB9FA. Grayscale: #2A2A2A. Windows color (decimal): -16693755 or 345601. OLE color: 345601.

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

Color convert

RGB 1 70 5 -
CMYK 0.99 0 0.93 0.73
HSL 123.48º 0.97% 0.14% -
HSV(B) 123.48º 0.99% 0.27% -
XYZ 2.23 4.4 0.87 -
YUV 41.96 107.14 98.79 -
System Red Green Blue C M Y K H S L
Decimal 1 70 5 0.99 0 0.93 0.73 123.48 0.97 0.14
Hex 1 46 5 63 0 5D 49 7B 61 E
Octal 1 106 5 143 0 135 111 173 141 16
Binary 1 1000110 101 1100011 0 1011101 1001001 1111011 1100001 1110

Color Harmonies of #014605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014605

Black with #014605

Text Example


Text Example

White with #014605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014605; }

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

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

background-color css

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

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

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

border-color css

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

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

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