Html Css Color HEX #014806 Myrtle

📋 copy color: '#014806'

red 1 ◦ green 72 ◦ blue 6

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

Shades of Myrtle #014806

Tints of Myrtle #014806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 7.59%

R = 1.27%
G = 91.14%
B = 7.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#014806 (or 0x014806) is known color: Myrtle. HEX triplet: 01, 48 and 06. RGB value is (1,72,6). Sum of RGB (Red+Green+Blue) = 1+72+6=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 72 (28.52% from 255 or 91.14% from 79); Blue value is 6 (2.73% from 255 or 7.59% from 79); Max value from RGB is 72 - color contains mainly: green. Hex color #014806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014806 is #FEB7F9. Grayscale: #2B2B2B. Windows color (decimal): -16693242 or 411649. OLE color: 411649.

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

Color convert

RGB 1 72 6 -
CMYK 0.99 0 0.92 0.72
HSL 124.23º 0.97% 0.14% -
HSV(B) 124.23º 0.99% 0.28% -
XYZ 2.36 4.65 0.95 -
YUV 43.25 106.98 97.87 -
System Red Green Blue C M Y K H S L
Decimal 1 72 6 0.99 0 0.92 0.72 124.23 0.97 0.14
Hex 1 48 6 63 0 5C 48 7C 61 E
Octal 1 110 6 143 0 134 110 174 141 16
Binary 1 1001000 110 1100011 0 1011100 1001000 1111100 1100001 1110

Color Harmonies of #014806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014806

Black with #014806

Text Example


Text Example

White with #014806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014806; }

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

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

background-color css

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

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

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

border-color css

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

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

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