Html Css Color HEX #014509 Myrtle

📋 copy color: '#014509'

red 1 ◦ green 69 ◦ blue 9

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

Shades of Myrtle #014509

Tints of Myrtle #014509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 11.39%

R = 1.27%
G = 87.34%
B = 11.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#014509 (or 0x014509) is known color: Myrtle. HEX triplet: 01, 45 and 09. RGB value is (1,69,9). Sum of RGB (Red+Green+Blue) = 1+69+9=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 69 (27.34% from 255 or 87.34% from 79); Blue value is 9 (3.91% from 255 or 11.39% from 79); Max value from RGB is 69 - color contains mainly: green. Hex color #014509 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014509 is #FEBAF6. Grayscale: #2A2A2A. Windows color (decimal): -16694007 or 607489. OLE color: 607489.

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

Color convert

RGB 1 69 9 -
CMYK 0.99 0 0.87 0.73
HSL 127.06º 0.97% 0.14% -
HSV(B) 127.06º 0.99% 0.27% -
XYZ 2.19 4.28 0.97 -
YUV 41.83 109.47 98.88 -
System Red Green Blue C M Y K H S L
Decimal 1 69 9 0.99 0 0.87 0.73 127.06 0.97 0.14
Hex 1 45 9 63 0 57 49 7F 61 E
Octal 1 105 11 143 0 127 111 177 141 16
Binary 1 1000101 1001 1100011 0 1010111 1001001 1111111 1100001 1110

Color Harmonies of #014509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014509

Black with #014509

Text Example


Text Example

White with #014509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014509; }

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

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

background-color css

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

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

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

border-color css

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

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

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