Html Css Color HEX #004201 Myrtle

📋 copy color: '#004201'

red 0 ◦ green 66 ◦ blue 1

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

Shades of Myrtle #004201

Tints of Myrtle #004201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 98.51%

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

R = 0%
G = 98.51%
B = 1.49%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#004201 (or 0x004201) is known color: Myrtle. HEX triplet: 00, 42 and 01. RGB value is (0,66,1). Sum of RGB (Red+Green+Blue) = 0+66+1=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 66 (26.17% from 255 or 98.51% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 66 - color contains mainly: green. Hex color #004201 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004201 is #FFBDFE. Grayscale: #272727. Windows color (decimal): -16760319 or 82432. OLE color: 82432.

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

Color convert

RGB 0 66 1 -
CMYK 1 0 0.98 0.74
HSL 120.91º 1% 0.13% -
HSV(B) 120.91º 1% 0.26% -
XYZ 1.95 3.9 0.68 -
YUV 38.86 106.63 100.29 -
System Red Green Blue C M Y K H S L
Decimal 0 66 1 1 0 0.98 0.74 120.91 1 0.13
Hex 0 42 1 64 0 62 4A 79 64 D
Octal 0 102 1 144 0 142 112 171 144 15
Binary 0 1000010 1 1100100 0 1100010 1001010 1111001 1100100 1101

Color Harmonies of #004201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004201

Black with #004201

Text Example


Text Example

White with #004201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004201; }

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

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

background-color css

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

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

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

border-color css

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

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

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