Html Css Color HEX #014506 Myrtle

📋 copy color: '#014506'

red 1 ◦ green 69 ◦ blue 6

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

Shades of Myrtle #014506

Tints of Myrtle #014506

RGB

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

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

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

R = 1.32%
G = 90.79%
B = 7.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.73

RGB Variations

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

Color information

#014506 (or 0x014506) is known color: Myrtle. HEX triplet: 01, 45 and 06. RGB value is (1,69,6). Sum of RGB (Red+Green+Blue) = 1+69+6=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 69 (27.34% from 255 or 90.79% from 76); Blue value is 6 (2.73% from 255 or 7.89% from 76); Max value from RGB is 69 - color contains mainly: green. Hex color #014506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014506 is #FEBAF9. Grayscale: #292929. Windows color (decimal): -16694010 or 410881. OLE color: 410881.

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

Color convert

RGB 1 69 6 -
CMYK 0.99 0 0.91 0.73
HSL 124.41º 0.97% 0.14% -
HSV(B) 124.41º 0.99% 0.27% -
XYZ 2.17 4.28 0.88 -
YUV 41.49 107.97 99.12 -
System Red Green Blue C M Y K H S L
Decimal 1 69 6 0.99 0 0.91 0.73 124.41 0.97 0.14
Hex 1 45 6 63 0 5B 49 7C 61 E
Octal 1 105 6 143 0 133 111 174 141 16
Binary 1 1000101 110 1100011 0 1011011 1001001 1111100 1100001 1110

Color Harmonies of #014506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014506

Black with #014506

Text Example


Text Example

White with #014506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014506; }

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

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

background-color css

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

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

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

border-color css

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

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

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