#004201

Color #004201 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #004201

Tints of Myrtle #004201

Color information

#004201 (or 0x004201) is unknown color: approx 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

RGB0661-
CMYK100.980.74
HSL120.91º100%12.94%-
HSV(B)120.91º100%25.88%-
XYZ1.953.90.68-
YUV38.86106.63100.29-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal0661100.980.74120.9110012.94
Hex0421640624A7964d
Octal01021144014211217114415
Binary0100001011100100011000101001010111100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>