#013802

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

Shades of Myrtle #013802

Tints of Myrtle #013802

Color information

#013802 (or 0x013802) is unknown color: approx Myrtle. HEX triplet: 01, 38 and 02. RGB value is (1,56,2). Sum of RGB (Red+Green+Blue) = 1+56+2=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 56 (22.27% from 255 or 94.92% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 56 - color contains mainly: green. Hex color #013802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013802 is #FEC7FD. Grayscale: #212121. Windows color (decimal): -16697342 or 145409. OLE color: 145409.

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

Color convert

RGB1562-
CMYK0.9800.960.78
HSL121.09º96.49%11.18%-
HSV(B)121.09º98.21%21.96%-
XYZ1.442.840.53-
YUV33.4110.28104.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.69%
GREEN value IS 56 (22.27% from 255) = 94.92%
BLUE value IS 2 (1.17% from 255) = 3.39%
R=1.69%
G=94.92%
B=3.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal15620.9800.960.78121.0996.4911.18
Hex1382620604E7960b
Octal1702142014011617114013
Binary1111000101100010011000001001110111100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013802; }

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

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

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

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

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

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

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

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