Html Css Color HEX #013500 Myrtle

📋 copy color: '#013500'

red 1 ◦ green 53 ◦ blue 0

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

Shades of Myrtle #013500

Tints of Myrtle #013500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 1.85%
G = 98.15%
B = 0%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#013500 (or 0x013500) is known color: Myrtle. HEX triplet: 01, 35 and 00. RGB value is (1,53,0). Sum of RGB (Red+Green+Blue) = 1+53+0=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 53 (21.09% from 255 or 98.15% from 54); Blue value is 0 (0.39% from 255 or 0% from 54); Max value from RGB is 53 - color contains mainly: green. Hex color #013500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013500 is #FECAFF. Grayscale: #1F1F1F. Windows color (decimal): -16698112 or 13569. OLE color: 13569.

HSL color Cylindrical-coordinate representation of color #013500: hue angle of 118.87º 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 #013500 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 53 0 -
CMYK 0.98 0 1 0.79
HSL 118.87º 1% 0.1% -
HSV(B) 118.87º 1% 0.21% -
XYZ 1.29 2.55 0.42 -
YUV 31.41 110.27 106.31 -
System Red Green Blue C M Y K H S L
Decimal 1 53 0 0.98 0 1 0.79 118.87 1 0.1
Hex 1 35 0 62 0 64 4F 77 64 A
Octal 1 65 0 142 0 144 117 167 144 12
Binary 1 110101 0 1100010 0 1100100 1001111 1110111 1100100 1010

Color Harmonies of #013500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013500

Black with #013500

Text Example


Text Example

White with #013500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013500; }

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

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

background-color css

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

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

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

border-color css

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

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

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