#013F08

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

Shades of Myrtle #013F08

Tints of Myrtle #013F08

Color information

#013F08 (or 0x013F08) is unknown color: approx Myrtle. HEX triplet: 01, 3F and 08. RGB value is (1,63,8). Sum of RGB (Red+Green+Blue) = 1+63+8=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 63 (25% from 255 or 87.5% from 72); Blue value is 8 (3.52% from 255 or 11.11% from 72); Max value from RGB is 63 - color contains mainly: green. Hex color #013F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013F08 is #FEC0F7. Grayscale: #262626. Windows color (decimal): -16695544 or 540417. OLE color: 540417.

HSL color Cylindrical-coordinate representation of color #013F08: hue angle of 126.77º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F08 is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB1638-
CMYK0.9800.870.75
HSL126.77º96.88%12.55%-
HSV(B)126.77º98.41%24.71%-
XYZ1.833.580.82-
YUV38.19110.96101.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 63 (25% from 255) = 87.5%
BLUE value IS 8 (3.52% from 255) = 11.11%
R=1.39%
G=87.5%
B=11.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal16380.9800.870.75126.7796.8812.55
Hex13F8620574B7f61d
Octal17710142012711317714115
Binary111111110001100010010101111001011111111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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