#134718

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

Shades of Myrtle #134718

Tints of Myrtle #134718

Color information

#134718 (or 0x134718) is unknown color: approx Myrtle. HEX triplet: 13, 47 and 18. RGB value is (19,71,24). Sum of RGB (Red+Green+Blue) = 19+71+24=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #134718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134718 is #ECB8E7. Grayscale: #323232. Windows color (decimal): -15513832 or 1591059. OLE color: 1591059.

HSL color Cylindrical-coordinate representation of color #134718: hue angle of 125.77º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #134718 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB197124-
CMYK0.7300.660.72
HSL125.77º57.78%17.65%-
HSV(B)125.77º73.24%27.84%-
XYZ2.694.711.63-
YUV50.09113.27105.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.67%
GREEN value IS 71 (28.12% from 255) = 62.28%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=16.67%
G=62.28%
B=21.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1971240.7300.660.72125.7757.7817.65
Hex13471849042487e3a12
Octal231073011101021101767222
Binary100111000111110001001001010000101001000111111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134718; }

 p { color: rgb(19,71,24); }

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

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

 a { background-color: rgb(19,71,24); }

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

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

 span { border-color: rgb(19,71,24); }

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