#193B14

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

Shades of Myrtle #193B14

Tints of Myrtle #193B14

Color information

#193B14 (or 0x193B14) is unknown color: approx Myrtle. HEX triplet: 19, 3B and 14. RGB value is (25,59,20). Sum of RGB (Red+Green+Blue) = 25+59+20=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 59 (23.44% from 255 or 56.73% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 59 - color contains mainly: green. Hex color #193B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #193B14 is #E6C4EB. Grayscale: #2C2C2C. Windows color (decimal): -15123692 or 1325849. OLE color: 1325849.

HSL color Cylindrical-coordinate representation of color #193B14: hue angle of 112.31º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #193B14 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB255920-
CMYK0.5800.660.77
HSL112.31º49.37%15.49%-
HSV(B)112.31º66.1%23.14%-
XYZ2.093.391.2-
YUV44.39114.24114.17-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.04%
GREEN value IS 59 (23.44% from 255) = 56.73%
BLUE value IS 20 (8.20% from 255) = 19.23%
R=24.04%
G=56.73%
B=19.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2559200.5800.660.77112.3149.3715.49
Hex193B143A0424D7031f
Octal3173247201021151606117
Binary110011110111010011101001000010100110111100001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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