#195F14

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

Shades of Myrtle #195F14

Tints of Myrtle #195F14

Color information

#195F14 (or 0x195F14) is unknown color: approx Myrtle. HEX triplet: 19, 5F and 14. RGB value is (25,95,20). Sum of RGB (Red+Green+Blue) = 25+95+20=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 95 (37.5% from 255 or 67.86% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 95 - color contains mainly: green. Hex color #195F14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195F14 is #E6A0EB. Grayscale: #414141. Windows color (decimal): -15114476 or 1335065. OLE color: 1335065.

HSL color Cylindrical-coordinate representation of color #195F14: hue angle of 116º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195F14 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.63.

Color convert

RGB259520-
CMYK0.7400.790.63
HSL116º65.22%22.55%-
HSV(B)116º78.95%37.25%-
XYZ4.628.442.05-
YUV65.52102.3199.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.86%
GREEN value IS 95 (37.5% from 255) = 67.86%
BLUE value IS 20 (8.20% from 255) = 14.29%
R=17.86%
G=67.86%
B=14.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2595200.7400.790.6311665.2222.55
Hex195F144A04F3F744117
Octal311372411201177716410127
Binary110011011111101001001010010011111111111110100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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