Html Css Color HEX #004101 Myrtle

📋 copy color: '#004101'

red 0 ◦ green 65 ◦ blue 1

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

Shades of Myrtle #004101

Tints of Myrtle #004101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 98.48%

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

R = 0%
G = 98.48%
B = 1.52%

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

#004101 (or 0x004101) is known color: Myrtle. HEX triplet: 00, 41 and 01. RGB value is (0,65,1). Sum of RGB (Red+Green+Blue) = 0+65+1=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 65 (25.78% from 255 or 98.48% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 65 - color contains mainly: green. Hex color #004101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004101 is #FFBEFE. Grayscale: #262626. Windows color (decimal): -16760575 or 82176. OLE color: 82176.

HSL color Cylindrical-coordinate representation of color #004101: hue angle of 120.92º 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 #004101 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 65 1 -
CMYK 1 0 0.98 0.75
HSL 120.92º 1% 0.13% -
HSV(B) 120.92º 1% 0.25% -
XYZ 1.9 3.78 0.66 -
YUV 38.27 106.97 100.7 -
System Red Green Blue C M Y K H S L
Decimal 0 65 1 1 0 0.98 0.75 120.92 1 0.13
Hex 0 41 1 64 0 62 4B 79 64 D
Octal 0 101 1 144 0 142 113 171 144 15
Binary 0 1000001 1 1100100 0 1100010 1001011 1111001 1100100 1101

Color Harmonies of #004101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004101

Black with #004101

Text Example


Text Example

White with #004101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004101; }

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

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

background-color css

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

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

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

border-color css

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

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

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