#013402

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

Shades of Myrtle #013402

Tints of Myrtle #013402

Color information

#013402 (or 0x013402) is unknown color: approx Myrtle. HEX triplet: 01, 34 and 02. RGB value is (1,52,2). Sum of RGB (Red+Green+Blue) = 1+52+2=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 52 (20.70% from 255 or 94.55% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 52 - color contains mainly: green. Hex color #013402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013402 is #FECBFD. Grayscale: #1F1F1F. Windows color (decimal): -16698366 or 144385. OLE color: 144385.

HSL color Cylindrical-coordinate representation of color #013402: hue angle of 121.18º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013402 is Cyan = 0.98, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.80.

Color convert

RGB1522-
CMYK0.9800.960.80
HSL121.18º96.23%10.39%-
HSV(B)121.18º98.08%20.39%-
XYZ1.252.470.47-
YUV31.05111.6106.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.82%
GREEN value IS 52 (20.70% from 255) = 94.55%
BLUE value IS 2 (1.17% from 255) = 3.64%
R=1.82%
G=94.55%
B=3.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal15220.9800.960.80121.1896.2310.39
Hex134262060507960a
Octal1642142014012017114012
Binary1110100101100010011000001010000111100111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013402; }

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

 H1.HeaderClassName
 {
   color: #013402;
 }
 .AnyTagClassName
 {
   color: #013402;
 }
</style>
background-color css

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

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

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

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

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

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