#042701

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

Shades of Myrtle #042701

Tints of Myrtle #042701

Color information

#042701 (or 0x042701) is unknown color: approx Myrtle. HEX triplet: 04, 27 and 01. RGB value is (4,39,1). Sum of RGB (Red+Green+Blue) = 4+39+1=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 39 (15.62% from 255 or 88.64% from 44); Blue value is 1 (0.78% from 255 or 2.27% from 44); Max value from RGB is 39 - color contains mainly: green. Hex color #042701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042701 is #FBD8FE. Grayscale: #181818. Windows color (decimal): -16505087 or 75524. OLE color: 75524.

HSL color Cylindrical-coordinate representation of color #042701: hue angle of 115.26º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042701 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB4391-
CMYK0.9000.970.85
HSL115.26º95%7.84%-
HSV(B)115.26º97.44%15.29%-
XYZ0.781.480.27-
YUV24.2114.9113.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.09%
GREEN value IS 39 (15.62% from 255) = 88.64%
BLUE value IS 1 (0.78% from 255) = 2.27%
R=9.09%
G=88.64%
B=2.27%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal43910.9000.970.85115.26957.84
Hex42715A06155735f8
Octal4471132014112516313710
Binary10010011111011010011000011010101111001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042701; }

 p { color: rgb(4,39,1); }

 H1.HeaderClassName
 {
   color: #042701;
 }
 .AnyTagClassName
 {
   color: #042701;
 }
</style>
background-color css

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

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

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

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

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

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