Html Css Color HEX #014001 Myrtle

📋 copy color: '#014001'

red 1 ◦ green 64 ◦ blue 1

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

Shades of Myrtle #014001

Tints of Myrtle #014001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 96.97%

 BLUE value IS 1 (0.78% from 255) = 1.52%

R = 1.52%
G = 96.97%
B = 1.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#014001 (or 0x014001) is known color: Myrtle. HEX triplet: 01, 40 and 01. RGB value is (1,64,1). Sum of RGB (Red+Green+Blue) = 1+64+1=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 64 (25.39% from 255 or 96.97% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 64 - color contains mainly: green. Hex color #014001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014001 is #FEBFFE. Grayscale: #262626. Windows color (decimal): -16695295 or 81921. OLE color: 81921.

HSL color Cylindrical-coordinate representation of color #014001: hue angle of 120º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014001 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 1 -
CMYK 0.98 0 0.98 0.75
HSL 120º 0.97% 0.13% -
HSV(B) 120º 0.98% 0.25% -
XYZ 1.85 3.68 0.64 -
YUV 37.98 107.13 101.62 -
System Red Green Blue C M Y K H S L
Decimal 1 64 1 0.98 0 0.98 0.75 120 0.97 0.13
Hex 1 40 1 62 0 62 4B 78 61 D
Octal 1 100 1 142 0 142 113 170 141 15
Binary 1 1000000 1 1100010 0 1100010 1001011 1111000 1100001 1101

Color Harmonies of #014001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014001

Black with #014001

Text Example


Text Example

White with #014001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014001; }

 p { color: rgb(1,64,1); }

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

background-color css

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

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

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

border-color css

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

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

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