#195313

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

Shades of Myrtle #195313

Tints of Myrtle #195313

Color information

#195313 (or 0x195313) is unknown color: approx Myrtle. HEX triplet: 19, 53 and 13. RGB value is (25,83,19). Sum of RGB (Red+Green+Blue) = 25+83+19=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 83 (32.81% from 255 or 65.35% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 83 - color contains mainly: green. Hex color #195313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #195313 is #E6ACEC. Grayscale: #3A3A3A. Windows color (decimal): -15117549 or 1266457. OLE color: 1266457.

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

Color convert

RGB258319-
CMYK0.7000.770.67
HSL114.38º62.75%20%-
HSV(B)114.38º77.11%32.55%-
XYZ3.616.441.67-
YUV58.36105.78104.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 83 (32.81% from 255) = 65.35%
BLUE value IS 19 (7.81% from 255) = 14.96%
R=19.69%
G=65.35%
B=14.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2583190.7000.770.67114.3862.7520
Hex1953134604D43723f14
Octal311232310601151031627724
Binary110011010011100111000110010011011000011111001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195313; }

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

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

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

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

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

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

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

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