#042804

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

Shades of Myrtle #042804

Tints of Myrtle #042804

Color information

#042804 (or 0x042804) is unknown color: approx Myrtle. HEX triplet: 04, 28 and 04. RGB value is (4,40,4). Sum of RGB (Red+Green+Blue) = 4+40+4=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 40 (16.02% from 255 or 83.33% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 40 - color contains mainly: green. Hex color #042804 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042804 is #FBD7FB. Grayscale: #191919. Windows color (decimal): -16504828 or 272388. OLE color: 272388.

HSL color Cylindrical-coordinate representation of color #042804: hue angle of 120º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042804 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB4404-
CMYK0.9000.900.84
HSL120º81.82%8.63%-
HSV(B)120º90%15.69%-
XYZ0.831.550.37-
YUV25.13116.07112.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.33%
GREEN value IS 40 (16.02% from 255) = 83.33%
BLUE value IS 4 (1.95% from 255) = 8.33%
R=8.33%
G=83.33%
B=8.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal44040.9000.900.8412081.828.63
Hex42845A05A5478529
Octal4504132013212417012211
Binary1001010001001011010010110101010100111100010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042804; }

 p { color: rgb(4,40,4); }

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

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

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

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

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

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

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