#013502

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

Shades of Myrtle #013502

Tints of Myrtle #013502

Color information

#013502 (or 0x013502) is unknown color: approx 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

RGB1532-
CMYK0.9800.960.79
HSL121.15º96.3%10.59%-
HSV(B)121.15º98.11%20.78%-
XYZ1.32.560.48-
YUV31.64111.27106.15-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal15320.9800.960.79121.1596.310.59
Hex1352620604F7960b
Octal1652142014011717114013
Binary1110101101100010011000001001111111100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>