Html Css Color HEX #014804 Myrtle

📋 copy color: '#014804'

red 1 ◦ green 72 ◦ blue 4

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

Shades of Myrtle #014804

Tints of Myrtle #014804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.19%

R = 1.3%
G = 93.51%
B = 5.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#014804 (or 0x014804) is known color: Myrtle. HEX triplet: 01, 48 and 04. RGB value is (1,72,4). Sum of RGB (Red+Green+Blue) = 1+72+4=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 72 (28.52% from 255 or 93.51% from 77); Blue value is 4 (1.95% from 255 or 5.19% from 77); Max value from RGB is 72 - color contains mainly: green. Hex color #014804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014804 is #FEB7FB. Grayscale: #2B2B2B. Windows color (decimal): -16693244 or 280577. OLE color: 280577.

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

Color convert

RGB 1 72 4 -
CMYK 0.99 0 0.94 0.72
HSL 122.54º 0.97% 0.14% -
HSV(B) 122.54º 0.99% 0.28% -
XYZ 2.35 4.65 0.89 -
YUV 43.02 105.98 98.03 -
System Red Green Blue C M Y K H S L
Decimal 1 72 4 0.99 0 0.94 0.72 122.54 0.97 0.14
Hex 1 48 4 63 0 5E 48 7B 61 E
Octal 1 110 4 143 0 136 110 173 141 16
Binary 1 1001000 100 1100011 0 1011110 1001000 1111011 1100001 1110

Color Harmonies of #014804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014804

Black with #014804

Text Example


Text Example

White with #014804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014804; }

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

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

background-color css

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

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

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

border-color css

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

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

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