Html Css Color HEX #013502 Myrtle

📋 copy color: '#013502'

red 1 ◦ green 53 ◦ blue 2

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

Shades of Myrtle #013502

Tints of Myrtle #013502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 3.57%

R = 1.79%
G = 94.64%
B = 3.57%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#013502 (or 0x013502) is known color: Myrtle. HEX triplet: 01, 35 and 02. RGB value is (1,53,2). Sum of RGB (Red+Green+Blue) = 1+53+2=56 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.79% from 56); Green value is 53 (21.09% from 255 or 94.64% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 53 - color contains mainly: green. Hex color #013502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013502 is #FECAFD. Grayscale: #1F1F1F. Windows color (decimal): -16698110 or 144641. OLE color: 144641.

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

Color convert

RGB 1 53 2 -
CMYK 0.98 0 0.96 0.79
HSL 121.15º 0.96% 0.11% -
HSV(B) 121.15º 0.98% 0.21% -
XYZ 1.3 2.56 0.48 -
YUV 31.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 1 53 2 0.98 0 0.96 0.79 121.15 0.96 0.11
Hex 1 35 2 62 0 60 4F 79 60 B
Octal 1 65 2 142 0 140 117 171 140 13
Binary 1 110101 10 1100010 0 1100000 1001111 1111001 1100000 1011

Color Harmonies of #013502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013502

Black with #013502

Text Example


Text Example

White with #013502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013502; }

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

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

background-color css

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

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

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

border-color css

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

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

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