#042501

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

Shades of Myrtle #042501

Tints of Myrtle #042501

Color information

#042501 (or 0x042501) is unknown color: approx Myrtle. HEX triplet: 04, 25 and 01. RGB value is (4,37,1). Sum of RGB (Red+Green+Blue) = 4+37+1=42 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.52% from 42); Green value is 37 (14.84% from 255 or 88.10% from 42); Blue value is 1 (0.78% from 255 or 2.38% from 42); Max value from RGB is 37 - color contains mainly: green. Hex color #042501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042501 is #FBDAFE. Grayscale: #171717. Windows color (decimal): -16505599 or 75012. OLE color: 75012.

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

Color convert

RGB4371-
CMYK0.8900.970.85
HSL115º94.74%7.45%-
HSV(B)115º97.3%14.51%-
XYZ0.721.350.25-
YUV23.03115.57114.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.52%
GREEN value IS 37 (14.84% from 255) = 88.10%
BLUE value IS 1 (0.78% from 255) = 2.38%
R=9.52%
G=88.10%
B=2.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal43710.8900.970.8511594.747.45
Hex42515906155735f7
Octal445113101411251631377
Binary1001001011101100101100001101010111100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042501; }

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

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

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

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

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

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

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

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