#195512

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

Shades of Myrtle #195512

Tints of Myrtle #195512

Color information

#195512 (or 0x195512) is unknown color: approx Myrtle. HEX triplet: 19, 55 and 12. RGB value is (25,85,18). Sum of RGB (Red+Green+Blue) = 25+85+18=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #195512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195512 is #E6AAED. Grayscale: #3B3B3B. Windows color (decimal): -15117038 or 1201433. OLE color: 1201433.

HSL color Cylindrical-coordinate representation of color #195512: hue angle of 113.73º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #195512 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB258518-
CMYK0.7100.790.67
HSL113.73º65.05%20.2%-
HSV(B)113.73º78.82%33.33%-
XYZ3.766.751.68-
YUV59.42104.62103.45-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 85 (33.59% from 255) = 66.41%
BLUE value IS 18 (7.42% from 255) = 14.06%
R=19.53%
G=66.41%
B=14.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585180.7100.790.67113.7365.0520.2
Hex1955124704F43724114
Octal3112522107011710316210124
Binary1100110101011001010001110100111110000111110010100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195512; }

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

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

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

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

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

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

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

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