#013E08

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

Shades of Myrtle #013E08

Tints of Myrtle #013E08

Color information

#013E08 (or 0x013E08) is unknown color: approx Myrtle. HEX triplet: 01, 3E and 08. RGB value is (1,62,8). Sum of RGB (Red+Green+Blue) = 1+62+8=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 62 (24.61% from 255 or 87.32% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 62 - color contains mainly: green. Hex color #013E08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013E08 is #FEC1F7. Grayscale: #252525. Windows color (decimal): -16695800 or 540161. OLE color: 540161.

HSL color Cylindrical-coordinate representation of color #013E08: hue angle of 126.89º 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 #013E08 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.

Color convert

RGB1628-
CMYK0.9800.870.76
HSL126.89º96.83%12.35%-
HSV(B)126.89º98.39%24.31%-
XYZ1.783.470.81-
YUV37.6111.29101.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.41%
GREEN value IS 62 (24.61% from 255) = 87.32%
BLUE value IS 8 (3.52% from 255) = 11.27%
R=1.41%
G=87.32%
B=11.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal16280.9800.870.76126.8996.8312.35
Hex13E8620574C7f61c
Octal17610142012711417714114
Binary111111010001100010010101111001100111111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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