#042900

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

Shades of Myrtle #042900

Tints of Myrtle #042900

Color information

#042900 (or 0x042900) is unknown color: approx Myrtle. HEX triplet: 04, 29 and 00. RGB value is (4,41,0). Sum of RGB (Red+Green+Blue) = 4+41+0=45 (5% of max value = 765). Red value is 4 (1.95% from 255 or 8.89% from 45); Green value is 41 (16.41% from 255 or 91.11% from 45); Blue value is 0 (0.39% from 255 or 0% from 45); Max value from RGB is 41 - color contains mainly: green. Hex color #042900 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042900 is #FBD6FF. Grayscale: #191919. Windows color (decimal): -16504576 or 10500. OLE color: 10500.

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

Color convert

RGB4410-
CMYK0.90010.84
HSL114.15º100%8.04%-
HSV(B)114.15º100%16.08%-
XYZ0.841.610.27-
YUV25.26113.74112.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.89%
GREEN value IS 41 (16.41% from 255) = 91.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=8.89%
G=91.11%
B=0%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal44100.90010.84114.151008.04
Hex42905A0645472648
Octal4510132014412416214410
Binary10010100101011010011001001010100111001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042900; }

 p { color: rgb(4,41,0); }

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

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

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

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

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

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

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