#042601

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

Shades of Myrtle #042601

Tints of Myrtle #042601

Color information

#042601 (or 0x042601) is unknown color: approx Myrtle. HEX triplet: 04, 26 and 01. RGB value is (4,38,1). Sum of RGB (Red+Green+Blue) = 4+38+1=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 38 (15.23% from 255 or 88.37% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 38 - color contains mainly: green. Hex color #042601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042601 is #FBD9FE. Grayscale: #171717. Windows color (decimal): -16505343 or 75268. OLE color: 75268.

HSL color Cylindrical-coordinate representation of color #042601: hue angle of 115.14º 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 #042601 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB4381-
CMYK0.8900.970.85
HSL115.14º94.87%7.65%-
HSV(B)115.14º97.37%14.9%-
XYZ0.751.410.26-
YUV23.62115.24114.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.30%
GREEN value IS 38 (15.23% from 255) = 88.37%
BLUE value IS 1 (0.78% from 255) = 2.33%
R=9.30%
G=88.37%
B=2.33%

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
Decimal43810.8900.970.85115.1494.877.65
Hex42615906155735f8
Octal4461131014112516313710
Binary10010011011011001011000011010101111001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042601; }

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

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

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

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

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

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

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

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