#042D05

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

Shades of Myrtle #042D05

Tints of Myrtle #042D05

Color information

#042D05 (or 0x042D05) is unknown color: approx Myrtle. HEX triplet: 04, 2D and 05. RGB value is (4,45,5). Sum of RGB (Red+Green+Blue) = 4+45+5=54 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.41% from 54); Green value is 45 (17.97% from 255 or 83.33% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 45 - color contains mainly: green. Hex color #042D05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042D05 is #FBD2FA. Grayscale: #1C1C1C. Windows color (decimal): -16503547 or 339204. OLE color: 339204.

HSL color Cylindrical-coordinate representation of color #042D05: hue angle of 121.46º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042D05 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.82.

Color convert

RGB4455-
CMYK0.9100.890.82
HSL121.46º83.67%9.61%-
HSV(B)121.46º91.11%17.65%-
XYZ1.021.910.46-
YUV28.18114.92110.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.41%
GREEN value IS 45 (17.97% from 255) = 83.33%
BLUE value IS 5 (2.34% from 255) = 9.26%
R=7.41%
G=83.33%
B=9.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal44550.9100.890.82121.4683.679.61
Hex42D55B059527954a
Octal4555133013112217112412
Binary1001011011011011011010110011010010111100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042D05; }

 p { color: rgb(4,45,5); }

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

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

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

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

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

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

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