#134016

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

Shades of Myrtle #134016

Tints of Myrtle #134016

Color information

#134016 (or 0x134016) is unknown color: approx Myrtle. HEX triplet: 13, 40 and 16. RGB value is (19,64,22). Sum of RGB (Red+Green+Blue) = 19+64+22=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 64 (25.39% from 255 or 60.95% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 64 - color contains mainly: green. Hex color #134016 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134016 is #ECBFE9. Grayscale: #2D2D2D. Windows color (decimal): -15515626 or 1458195. OLE color: 1458195.

HSL color Cylindrical-coordinate representation of color #134016: hue angle of 124º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #134016 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB196422-
CMYK0.7000.660.75
HSL124º54.22%16.27%-
HSV(B)124º70.31%25.1%-
XYZ2.253.861.39-
YUV45.76114.59108.92-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 64 (25.39% from 255) = 60.95%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=18.10%
G=60.95%
B=20.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1964220.7000.660.7512454.2216.27
Hex134016460424B7c3610
Octal231002610601021131746620
Binary100111000000101101000110010000101001011111110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134016; }

 p { color: rgb(19,64,22); }

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

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

 a { background-color: rgb(19,64,22); }

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

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

 span { border-color: rgb(19,64,22); }

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