#134C1C

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

Shades of Myrtle #134C1C

Tints of Myrtle #134C1C

Color information

#134C1C (or 0x134C1C) is unknown color: approx Myrtle. HEX triplet: 13, 4C and 1C. RGB value is (19,76,28). Sum of RGB (Red+Green+Blue) = 19+76+28=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 76 (30.08% from 255 or 61.79% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 76 - color contains mainly: green. Hex color #134C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #134C1C is #ECB3E3. Grayscale: #353535. Windows color (decimal): -15512548 or 1854483. OLE color: 1854483.

HSL color Cylindrical-coordinate representation of color #134C1C: hue angle of 129.47º 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 #134C1C is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB197628-
CMYK0.7500.630.70
HSL129.47º60%18.63%-
HSV(B)129.47º75%29.8%-
XYZ3.065.391.98-
YUV53.48113.62103.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 76 (30.08% from 255) = 61.79%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=15.45%
G=61.79%
B=22.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1976280.7500.630.70129.476018.63
Hex134C1C4B03F46813c13
Octal23114341130771062017423
Binary100111001100111001001011011111110001101000000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #134C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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