Html Css Color HEX #013504 Myrtle

📋 copy color: '#013504'

red 1 ◦ green 53 ◦ blue 4

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

Shades of Myrtle #013504

Tints of Myrtle #013504

RGB

 RED value IS 1 (0.78% from 255) = 1.72%

 GREEN value IS 53 (21.09% from 255) = 91.38%

 BLUE value IS 4 (1.95% from 255) = 6.9%

R = 1.72%
G = 91.38%
B = 6.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#013504 (or 0x013504) is known color: Myrtle. HEX triplet: 01, 35 and 04. RGB value is (1,53,4). Sum of RGB (Red+Green+Blue) = 1+53+4=58 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.72% from 58); Green value is 53 (21.09% from 255 or 91.38% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 53 - color contains mainly: green. Hex color #013504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013504 is #FECAFB. Grayscale: #202020. Windows color (decimal): -16698108 or 275713. OLE color: 275713.

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

Color convert

RGB 1 53 4 -
CMYK 0.98 0 0.92 0.79
HSL 123.46º 0.96% 0.11% -
HSV(B) 123.46º 0.98% 0.21% -
XYZ 1.31 2.56 0.54 -
YUV 31.87 112.27 105.98 -
System Red Green Blue C M Y K H S L
Decimal 1 53 4 0.98 0 0.92 0.79 123.46 0.96 0.11
Hex 1 35 4 62 0 5C 4F 7B 60 B
Octal 1 65 4 142 0 134 117 173 140 13
Binary 1 110101 100 1100010 0 1011100 1001111 1111011 1100000 1011

Color Harmonies of #013504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013504

Black with #013504

Text Example


Text Example

White with #013504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013504; }

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

 H1.HeaderClassName
 {
   color: #013504;
 }
 .AnyTagClassName
 {
   color: #013504;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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