#195D14

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

Shades of Myrtle #195D14

Tints of Myrtle #195D14

Color information

#195D14 (or 0x195D14) is unknown color: approx Myrtle. HEX triplet: 19, 5D and 14. RGB value is (25,93,20). Sum of RGB (Red+Green+Blue) = 25+93+20=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 93 (36.72% from 255 or 67.39% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 93 - color contains mainly: green. Hex color #195D14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195D14 is #E6A2EB. Grayscale: #404040. Windows color (decimal): -15114988 or 1334553. OLE color: 1334553.

HSL color Cylindrical-coordinate representation of color #195D14: hue angle of 115.89º degrees, saturation: 0.65, 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 #195D14 is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.

Color convert

RGB259320-
CMYK0.7300.780.64
HSL115.89º64.6%22.16%-
HSV(B)115.89º78.49%36.47%-
XYZ4.448.091.99-
YUV64.35102.9799.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 93 (36.72% from 255) = 67.39%
BLUE value IS 20 (8.20% from 255) = 14.49%
R=18.12%
G=67.39%
B=14.49%

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
Decimal2593200.7300.780.64115.8964.622.16
Hex195D144904E40744116
Octal3113524111011610016410126
Binary1100110111011010010010010100111010000001110100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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