Html Css Color HEX #013602 Myrtle

📋 copy color: '#013602'

red 1 ◦ green 54 ◦ blue 2

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

Shades of Myrtle #013602

Tints of Myrtle #013602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 94.74%

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

R = 1.75%
G = 94.74%
B = 3.51%

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

#013602 (or 0x013602) is known color: Myrtle. HEX triplet: 01, 36 and 02. RGB value is (1,54,2). Sum of RGB (Red+Green+Blue) = 1+54+2=57 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.75% from 57); Green value is 54 (21.48% from 255 or 94.74% from 57); Blue value is 2 (1.17% from 255 or 3.51% from 57); Max value from RGB is 54 - color contains mainly: green. Hex color #013602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013602 is #FEC9FD. Grayscale: #202020. Windows color (decimal): -16697854 or 144897. OLE color: 144897.

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

Color convert

RGB 1 54 2 -
CMYK 0.98 0 0.96 0.79
HSL 121.13º 0.96% 0.11% -
HSV(B) 121.13º 0.98% 0.21% -
XYZ 1.34 2.65 0.5 -
YUV 32.23 110.94 105.73 -
System Red Green Blue C M Y K H S L
Decimal 1 54 2 0.98 0 0.96 0.79 121.13 0.96 0.11
Hex 1 36 2 62 0 60 4F 79 60 B
Octal 1 66 2 142 0 140 117 171 140 13
Binary 1 110110 10 1100010 0 1100000 1001111 1111001 1100000 1011

Color Harmonies of #013602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013602

Black with #013602

Text Example


Text Example

White with #013602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013602; }

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

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

background-color css

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

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

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

border-color css

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

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

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