#042300

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

Shades of Myrtle #042300

Tints of Myrtle #042300

Color information

#042300 (or 0x042300) is unknown color: approx Myrtle. HEX triplet: 04, 23 and 00. RGB value is (4,35,0). Sum of RGB (Red+Green+Blue) = 4+35+0=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 35 (14.06% from 255 or 89.74% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 35 - color contains mainly: green. Hex color #042300 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042300 is #FBDCFF. Grayscale: #151515. Windows color (decimal): -16506112 or 8964. OLE color: 8964.

HSL color Cylindrical-coordinate representation of color #042300: hue angle of 113.14º 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 #042300 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.86.

Color convert

RGB4350-
CMYK0.89010.86
HSL113.14º100%6.86%-
HSV(B)113.14º100%13.73%-
XYZ0.651.230.2-
YUV21.74115.73115.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.26%
GREEN value IS 35 (14.06% from 255) = 89.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.26%
G=89.74%
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
Decimal43500.89010.86113.141006.86
Hex4230590645671647
Octal443013101441261611447
Binary1001000110101100101100100101011011100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042300; }

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

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

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

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

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

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

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

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