Html Css Color HEX #014805 Myrtle

📋 copy color: '#014805'

red 1 ◦ green 72 ◦ blue 5

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

Shades of Myrtle #014805

Tints of Myrtle #014805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 92.31%

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

R = 1.28%
G = 92.31%
B = 6.41%

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

#014805 (or 0x014805) is known color: Myrtle. HEX triplet: 01, 48 and 05. RGB value is (1,72,5). Sum of RGB (Red+Green+Blue) = 1+72+5=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 72 (28.52% from 255 or 92.31% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 72 - color contains mainly: green. Hex color #014805 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014805 is #FEB7FA. Grayscale: #2B2B2B. Windows color (decimal): -16693243 or 346113. OLE color: 346113.

HSL color Cylindrical-coordinate representation of color #014805: hue angle of 123.38º 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 #014805 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 72 5 -
CMYK 0.99 0 0.93 0.72
HSL 123.38º 0.97% 0.14% -
HSV(B) 123.38º 0.99% 0.28% -
XYZ 2.36 4.65 0.92 -
YUV 43.13 106.48 97.95 -
System Red Green Blue C M Y K H S L
Decimal 1 72 5 0.99 0 0.93 0.72 123.38 0.97 0.14
Hex 1 48 5 63 0 5D 48 7B 61 E
Octal 1 110 5 143 0 135 110 173 141 16
Binary 1 1001000 101 1100011 0 1011101 1001000 1111011 1100001 1110

Color Harmonies of #014805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014805

Black with #014805

Text Example


Text Example

White with #014805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014805; }

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

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

background-color css

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

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

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

border-color css

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

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

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