Html Css Color HEX #003504 Myrtle

📋 copy color: '#003504'

red 0 ◦ green 53 ◦ blue 4

#003504
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #003504

Tints of Myrtle #003504

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 value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#003504 (or 0x003504) is known color: 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

RGB 0 53 4 -
CMYK 1 0 0.92 0.79
HSL 124.53º 1% 0.1% -
HSV(B) 124.53º 1% 0.21% -
XYZ 1.3 2.55 0.54 -
YUV 31.57 112.44 105.48 -
System Red Green Blue C M Y K H S L
Decimal 0 53 4 1 0 0.92 0.79 124.53 1 0.1
Hex 0 35 4 64 0 5C 4F 7D 64 A
Octal 0 65 4 144 0 134 117 175 144 12
Binary 0 110101 100 1100100 0 1011100 1001111 1111101 1100100 1010

Color Harmonies of #003504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003504

Black with #003504

Text Example


Text Example

White with #003504

Text Example


Text Example

HTML Codes & Css Web 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>