#003C04

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

Shades of Myrtle #003C04

Tints of Myrtle #003C04

Color information

#003C04 (or 0x003C04) is unknown color: approx Myrtle. HEX triplet: 00, 3C and 04. RGB value is (0,60,4). Sum of RGB (Red+Green+Blue) = 0+60+4=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 60 (23.83% from 255 or 93.75% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 60 - color contains mainly: green. Hex color #003C04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003C04 is #FFC3FB. Grayscale: #232323. Windows color (decimal): -16761852 or 277504. OLE color: 277504.

HSL color Cylindrical-coordinate representation of color #003C04: hue angle of 124º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C04 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.

Color convert

RGB0604-
CMYK100.930.76
HSL124º100%11.76%-
HSV(B)124º100%23.53%-
XYZ1.643.240.65-
YUV35.68110.12102.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 60 (23.83% from 255) = 93.75%
BLUE value IS 4 (1.95% from 255) = 6.25%
R=0%
G=93.75%
B=6.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal0604100.930.7612410011.76
Hex03C46405D4C7c64c
Octal0744144013511417414414
Binary01111001001100100010111011001100111110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003C04; }

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

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

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

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

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

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

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

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