#134410

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

Shades of Myrtle #134410

Tints of Myrtle #134410

Color information

#134410 (or 0x134410) is unknown color: approx Myrtle. HEX triplet: 13, 44 and 10. RGB value is (19,68,16). Sum of RGB (Red+Green+Blue) = 19+68+16=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 68 (26.95% from 255 or 66.02% from 103); Blue value is 16 (6.64% from 255 or 15.53% from 103); Max value from RGB is 68 - color contains mainly: green. Hex color #134410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134410 is #ECBBEF. Grayscale: #2F2F2F. Windows color (decimal): -15514608 or 1066003. OLE color: 1066003.

HSL color Cylindrical-coordinate representation of color #134410: hue angle of 116.54º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #134410 is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB196816-
CMYK0.7200.760.73
HSL116.54º61.9%16.47%-
HSV(B)116.54º76.47%26.67%-
XYZ2.434.311.19-
YUV47.42110.27107.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 68 (26.95% from 255) = 66.02%
BLUE value IS 16 (6.64% from 255) = 15.53%
R=18.45%
G=66.02%
B=15.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1968160.7200.760.73116.5461.916.47
Hex1344104804C49753e10
Octal231042011001141111657620
Binary100111000100100001001000010011001001001111010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134410; }

 p { color: rgb(19,68,16); }

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

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

 a { background-color: rgb(19,68,16); }

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

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

 span { border-color: rgb(19,68,16); }

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