Html Css Color HEX #013E06 Myrtle

📋 copy color: '#013E06'

red 1 ◦ green 62 ◦ blue 6

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

Shades of Myrtle #013E06

Tints of Myrtle #013E06

RGB

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

 GREEN value IS 62 (24.61% from 255) = 89.86%

 BLUE value IS 6 (2.73% from 255) = 8.7%

R = 1.45%
G = 89.86%
B = 8.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.90

 K value IS 0.76

RGB Variations

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

Color information

#013E06 (or 0x013E06) is known color: Myrtle. HEX triplet: 01, 3E and 06. RGB value is (1,62,6). Sum of RGB (Red+Green+Blue) = 1+62+6=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 62 (24.61% from 255 or 89.86% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 62 - color contains mainly: green. Hex color #013E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013E06 is #FEC1F9. Grayscale: #252525. Windows color (decimal): -16695802 or 409089. OLE color: 409089.

HSL color Cylindrical-coordinate representation of color #013E06: hue angle of 124.92º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E06 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 62 6 -
CMYK 0.98 0 0.90 0.76
HSL 124.92º 0.97% 0.12% -
HSV(B) 124.92º 0.98% 0.24% -
XYZ 1.77 3.46 0.75 -
YUV 37.38 110.29 102.05 -
System Red Green Blue C M Y K H S L
Decimal 1 62 6 0.98 0 0.90 0.76 124.92 0.97 0.12
Hex 1 3E 6 62 0 5A 4C 7D 61 C
Octal 1 76 6 142 0 132 114 175 141 14
Binary 1 111110 110 1100010 0 1011010 1001100 1111101 1100001 1100

Color Harmonies of #013E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E06

Black with #013E06

Text Example


Text Example

White with #013E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013E06; }

 p { color: rgb(1,62,6); }

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

background-color css

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

 a { background-color: rgb(1,62,6); }

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

border-color css

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

 span { border-color: rgb(1,62,6); }

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