#042400

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

Shades of Myrtle #042400

Tints of Myrtle #042400

Color information

#042400 (or 0x042400) is unknown color: approx Myrtle. HEX triplet: 04, 24 and 00. RGB value is (4,36,0). Sum of RGB (Red+Green+Blue) = 4+36+0=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 36 (14.45% from 255 or 90% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 36 - color contains mainly: green. Hex color #042400 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042400 is #FBDBFF. Grayscale: #161616. Windows color (decimal): -16505856 or 9220. OLE color: 9220.

HSL color Cylindrical-coordinate representation of color #042400: hue angle of 113.33º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #042400 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB4360-
CMYK0.89010.86
HSL113.33º100%7.06%-
HSV(B)113.33º100%14.12%-
XYZ0.681.290.21-
YUV22.33115.4114.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10%
GREEN value IS 36 (14.45% from 255) = 90%
BLUE value IS 0 (0.39% from 255) = 0%
R=10%
G=90%
B=0%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal43600.89010.86113.331007.06
Hex4240590645671647
Octal444013101441261611447
Binary1001001000101100101100100101011011100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042400; }

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

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

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

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

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

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

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

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