#195013

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

Shades of Myrtle #195013

Tints of Myrtle #195013

Color information

#195013 (or 0x195013) is unknown color: approx Myrtle. HEX triplet: 19, 50 and 13. RGB value is (25,80,19). Sum of RGB (Red+Green+Blue) = 25+80+19=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 80 (31.64% from 255 or 64.52% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 80 - color contains mainly: green. Hex color #195013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195013 is #E6AFEC. Grayscale: #383838. Windows color (decimal): -15118317 or 1265689. OLE color: 1265689.

HSL color Cylindrical-coordinate representation of color #195013: hue angle of 114.1º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #195013 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB258019-
CMYK0.6900.760.69
HSL114.1º61.62%19.41%-
HSV(B)114.1º76.25%31.37%-
XYZ3.395.991.59-
YUV56.6106.78105.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 80 (31.64% from 255) = 64.52%
BLUE value IS 19 (7.81% from 255) = 15.32%
R=20.16%
G=64.52%
B=15.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2580190.6900.760.69114.161.6219.41
Hex1950134504C45723e13
Octal311202310501141051627623
Binary110011010000100111000101010011001000101111001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195013; }

 p { color: rgb(25,80,19); }

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

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

 a { background-color: rgb(25,80,19); }

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

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

 span { border-color: rgb(25,80,19); }

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