#195C14

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

Shades of Myrtle #195C14

Tints of Myrtle #195C14

Color information

#195C14 (or 0x195C14) is unknown color: approx Myrtle. HEX triplet: 19, 5C and 14. RGB value is (25,92,20). Sum of RGB (Red+Green+Blue) = 25+92+20=137 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.25% from 137); Green value is 92 (36.33% from 255 or 67.15% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 92 - color contains mainly: green. Hex color #195C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195C14 is #E6A3EB. Grayscale: #3F3F3F. Windows color (decimal): -15115244 or 1334297. OLE color: 1334297.

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

Color convert

RGB259220-
CMYK0.7300.780.64
HSL115.83º64.29%21.96%-
HSV(B)115.83º78.26%36.08%-
XYZ4.357.911.96-
YUV63.76103.3100.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.25%
GREEN value IS 92 (36.33% from 255) = 67.15%
BLUE value IS 20 (8.20% from 255) = 14.60%
R=18.25%
G=67.15%
B=14.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2592200.7300.780.64115.8364.2921.96
Hex195C144904E40744016
Octal3113424111011610016410026
Binary1100110111001010010010010100111010000001110100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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