Html Css Color HEX #014500 Myrtle

📋 copy color: '#014500'

red 1 ◦ green 69 ◦ blue 0

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

Shades of Myrtle #014500

Tints of Myrtle #014500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 98.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.43%
G = 98.57%
B = 0%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#014500 (or 0x014500) is known color: Myrtle. HEX triplet: 01, 45 and 00. RGB value is (1,69,0). Sum of RGB (Red+Green+Blue) = 1+69+0=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 69 (27.34% from 255 or 98.57% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 69 - color contains mainly: green. Hex color #014500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014500 is #FEBAFF. Grayscale: #292929. Windows color (decimal): -16694016 or 17665. OLE color: 17665.

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

Color convert

RGB 1 69 0 -
CMYK 0.99 0 1 0.73
HSL 119.13º 1% 0.14% -
HSV(B) 119.13º 1% 0.27% -
XYZ 2.14 4.26 0.71 -
YUV 40.8 104.97 99.61 -
System Red Green Blue C M Y K H S L
Decimal 1 69 0 0.99 0 1 0.73 119.13 1 0.14
Hex 1 45 0 63 0 64 49 77 64 E
Octal 1 105 0 143 0 144 111 167 144 16
Binary 1 1000101 0 1100011 0 1100100 1001001 1110111 1100100 1110

Color Harmonies of #014500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014500

Black with #014500

Text Example


Text Example

White with #014500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014500; }

 p { color: rgb(1,69,0); }

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

background-color css

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

 a { background-color: rgb(1,69,0); }

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

border-color css

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

 span { border-color: rgb(1,69,0); }

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