#193714

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

Shades of Myrtle #193714

Tints of Myrtle #193714

Color information

#193714 (or 0x193714) is unknown color: approx Myrtle. HEX triplet: 19, 37 and 14. RGB value is (25,55,20). Sum of RGB (Red+Green+Blue) = 25+55+20=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 55 (21.88% from 255 or 55% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 55 - color contains mainly: green. Hex color #193714 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193714 is #E6C8EB. Grayscale: #2A2A2A. Windows color (decimal): -15124716 or 1324825. OLE color: 1324825.

HSL color Cylindrical-coordinate representation of color #193714: hue angle of 111.43º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #193714 is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB255520-
CMYK0.5500.640.78
HSL111.43º46.67%14.71%-
HSV(B)111.43º63.64%21.57%-
XYZ1.892.991.14-
YUV42.04115.56115.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 25%
GREEN value IS 55 (21.88% from 255) = 55%
BLUE value IS 20 (8.20% from 255) = 20%
R=25%
G=55%
B=20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2555200.5500.640.78111.4346.6714.71
Hex193714370404E6f2ff
Octal3167246701001161575717
Binary110011101111010011011101000000100111011011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193714; }

 p { color: rgb(25,55,20); }

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

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

 a { background-color: rgb(25,55,20); }

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

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

 span { border-color: rgb(25,55,20); }

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