#003004

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

Shades of Myrtle #003004

Tints of Myrtle #003004

Color information

#003004 (or 0x003004) is unknown color: approx Myrtle. HEX triplet: 00, 30 and 04. RGB value is (0,48,4). Sum of RGB (Red+Green+Blue) = 0+48+4=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 48 (19.14% from 255 or 92.31% from 52); Blue value is 4 (1.95% from 255 or 7.69% from 52); Max value from RGB is 48 - color contains mainly: green. Hex color #003004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003004 is #FFCFFB. Grayscale: #1C1C1C. Windows color (decimal): -16764924 or 274432. OLE color: 274432.

HSL color Cylindrical-coordinate representation of color #003004: hue angle of 125º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003004 is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.81.

Color convert

RGB0484-
CMYK100.920.81
HSL125º100%9.41%-
HSV(B)125º100%18.82%-
XYZ1.082.120.47-
YUV28.63114.1107.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 92.31%
BLUE value IS 4 (1.95% from 255) = 7.69%
R=0%
G=92.31%
B=7.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0484100.920.811251009.41
Hex03046405C517d649
Octal0604144013412117514411
Binary01100001001100100010111001010001111110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003004; }

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

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

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

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

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

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

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

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