#134C18

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

Shades of Myrtle #134C18

Tints of Myrtle #134C18

Color information

#134C18 (or 0x134C18) is unknown color: approx Myrtle. HEX triplet: 13, 4C and 18. RGB value is (19,76,24). Sum of RGB (Red+Green+Blue) = 19+76+24=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 76 (30.08% from 255 or 63.87% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 76 - color contains mainly: green. Hex color #134C18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #134C18 is #ECB3E7. Grayscale: #353535. Windows color (decimal): -15512552 or 1592339. OLE color: 1592339.

HSL color Cylindrical-coordinate representation of color #134C18: hue angle of 125.26º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #134C18 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.70.

Color convert

RGB197624-
CMYK0.7500.680.70
HSL125.26º60%18.63%-
HSV(B)125.26º75%29.8%-
XYZ3.025.371.74-
YUV53.03111.62103.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 76 (30.08% from 255) = 63.87%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=15.97%
G=63.87%
B=20.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1976240.7500.680.70125.266018.63
Hex134C184B044467d3c13
Octal231143011301041061757423
Binary100111001100110001001011010001001000110111110111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #134C18; }

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

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

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

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

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

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

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

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