#003504

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

Shades of Myrtle #003504

Tints of Myrtle #003504

Color information

#003504 (or 0x003504) is unknown color: approx Myrtle. HEX triplet: 00, 35 and 04. RGB value is (0,53,4). Sum of RGB (Red+Green+Blue) = 0+53+4=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 53 (21.09% from 255 or 92.98% from 57); Blue value is 4 (1.95% from 255 or 7.02% from 57); Max value from RGB is 53 - color contains mainly: green. Hex color #003504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003504 is #FFCAFB. Grayscale: #1F1F1F. Windows color (decimal): -16763644 or 275712. OLE color: 275712.

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

Color convert

RGB0534-
CMYK100.920.79
HSL124.53º100%10.39%-
HSV(B)124.53º100%20.78%-
XYZ1.32.550.54-
YUV31.57112.44105.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 53 (21.09% from 255) = 92.98%
BLUE value IS 4 (1.95% from 255) = 7.02%
R=0%
G=92.98%
B=7.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0534100.920.79124.5310010.39
Hex03546405C4F7d64a
Octal0654144013411717514412
Binary01101011001100100010111001001111111110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003504; }

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

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

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

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

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

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

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

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