#042C05

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

Shades of Myrtle #042C05

Tints of Myrtle #042C05

Color information

#042C05 (or 0x042C05) is unknown color: approx Myrtle. HEX triplet: 04, 2C and 05. RGB value is (4,44,5). Sum of RGB (Red+Green+Blue) = 4+44+5=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 44 (17.58% from 255 or 83.02% from 53); Blue value is 5 (2.34% from 255 or 9.43% from 53); Max value from RGB is 44 - color contains mainly: green. Hex color #042C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042C05 is #FBD3FA. Grayscale: #1B1B1B. Windows color (decimal): -16503803 or 338948. OLE color: 338948.

HSL color Cylindrical-coordinate representation of color #042C05: hue angle of 121.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #042C05 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.83.

Color convert

RGB4445-
CMYK0.9100.890.83
HSL121.5º83.33%9.41%-
HSV(B)121.5º90.91%17.25%-
XYZ0.981.840.45-
YUV27.59115.25111.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.55%
GREEN value IS 44 (17.58% from 255) = 83.02%
BLUE value IS 5 (2.34% from 255) = 9.43%
R=7.55%
G=83.02%
B=9.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44450.9100.890.83121.583.339.41
Hex42C55B059537a539
Octal4545133013112317212311
Binary1001011001011011011010110011010011111101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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