#193F14

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

Shades of Myrtle #193F14

Tints of Myrtle #193F14

Color information

#193F14 (or 0x193F14) is unknown color: approx Myrtle. HEX triplet: 19, 3F and 14. RGB value is (25,63,20). Sum of RGB (Red+Green+Blue) = 25+63+20=108 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.15% from 108); Green value is 63 (25% from 255 or 58.33% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 63 - color contains mainly: green. Hex color #193F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193F14 is #E6C0EB. Grayscale: #2E2E2E. Windows color (decimal): -15122668 or 1326873. OLE color: 1326873.

HSL color Cylindrical-coordinate representation of color #193F14: hue angle of 113.02º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #193F14 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB256320-
CMYK0.6000.680.75
HSL113.02º51.81%16.27%-
HSV(B)113.02º68.25%24.71%-
XYZ2.33.811.28-
YUV46.74112.91112.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.15%
GREEN value IS 63 (25% from 255) = 58.33%
BLUE value IS 20 (8.20% from 255) = 18.52%
R=23.15%
G=58.33%
B=18.52%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2563200.6000.680.75113.0251.8116.27
Hex193F143C0444B713410
Octal3177247401041131616420
Binary1100111111110100111100010001001001011111000111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193F14; }

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

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

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

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

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

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

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

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