#004C03

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

Shades of Myrtle #004C03

Tints of Myrtle #004C03

Color information

#004C03 (or 0x004C03) is unknown color: approx Myrtle. HEX triplet: 00, 4C and 03. RGB value is (0,76,3). Sum of RGB (Red+Green+Blue) = 0+76+3=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 76 (30.08% from 255 or 96.20% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 76 - color contains mainly: green. Hex color #004C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004C03 is #FFB3FC. Grayscale: #2D2D2D. Windows color (decimal): -16757757 or 216064. OLE color: 216064.

HSL color Cylindrical-coordinate representation of color #004C03: hue angle of 122.37º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C03 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.

Color convert

RGB0763-
CMYK100.960.70
HSL122.37º100%14.9%-
HSV(B)122.37º100%29.8%-
XYZ2.65.180.95-
YUV44.95104.3295.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 96.20%
BLUE value IS 3 (1.56% from 255) = 3.80%
R=0%
G=96.20%
B=3.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal0763100.960.70122.3710014.9
Hex04C364060467a64f
Octal01143144014010617214417
Binary01001100111100100011000001000110111101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004C03; }

 p { color: rgb(0,76,3); }

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

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

 a { background-color: rgb(0,76,3); }

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

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

 span { border-color: rgb(0,76,3); }

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