Html Css Color HEX #004001 Myrtle

📋 copy color: '#004001'

red 0 ◦ green 64 ◦ blue 1

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

Shades of Myrtle #004001

Tints of Myrtle #004001

RGB

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

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

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

R = 0%
G = 98.46%
B = 1.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#004001 (or 0x004001) is known color: Myrtle. HEX triplet: 00, 40 and 01. RGB value is (0,64,1). Sum of RGB (Red+Green+Blue) = 0+64+1=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 64 (25.39% from 255 or 98.46% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 64 - color contains mainly: green. Hex color #004001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004001 is #FFBFFE. Grayscale: #252525. Windows color (decimal): -16760831 or 81920. OLE color: 81920.

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

Color convert

RGB 0 64 1 -
CMYK 1 0 0.98 0.75
HSL 120.94º 1% 0.13% -
HSV(B) 120.94º 1% 0.25% -
XYZ 1.84 3.67 0.64 -
YUV 37.68 107.3 101.12 -
System Red Green Blue C M Y K H S L
Decimal 0 64 1 1 0 0.98 0.75 120.94 1 0.13
Hex 0 40 1 64 0 62 4B 79 64 D
Octal 0 100 1 144 0 142 113 171 144 15
Binary 0 1000000 1 1100100 0 1100010 1001011 1111001 1100100 1101

Color Harmonies of #004001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004001

Black with #004001

Text Example


Text Example

White with #004001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004001; }

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

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

background-color css

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

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

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

border-color css

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

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

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