#195C12

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

Shades of Myrtle #195C12

Tints of Myrtle #195C12

Color information

#195C12 (or 0x195C12) is unknown color: approx Myrtle. HEX triplet: 19, 5C and 12. RGB value is (25,92,18). Sum of RGB (Red+Green+Blue) = 25+92+18=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 92 (36.33% from 255 or 68.15% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 92 - color contains mainly: green. Hex color #195C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195C12 is #E6A3ED. Grayscale: #3F3F3F. Windows color (decimal): -15115246 or 1203225. OLE color: 1203225.

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

Color convert

RGB259218-
CMYK0.7300.800.64
HSL114.32º67.27%21.57%-
HSV(B)114.32º80.43%36.08%-
XYZ4.347.91.87-
YUV63.53102.3100.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 92 (36.33% from 255) = 68.15%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=18.52%
G=68.15%
B=13.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2592180.7300.800.64114.3267.2721.57
Hex195C124905040724316
Octal3113422111012010016210326
Binary1100110111001001010010010101000010000001110010100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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