#198505

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

Shades of Green #198505

Tints of Green #198505

Color information

#198505 (or 0x198505) is unknown color: approx Green. HEX triplet: 19, 85 and 05. RGB value is (25,133,5). Sum of RGB (Red+Green+Blue) = 25+133+5=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 133 (52.34% from 255 or 81.60% from 163); Blue value is 5 (2.34% from 255 or 3.07% from 163); Max value from RGB is 133 - color contains mainly: green. Hex color #198505 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #198505 is #E67AFA. Grayscale: #565656. Windows color (decimal): -15104763 or 361753. OLE color: 361753.

HSL color Cylindrical-coordinate representation of color #198505: hue angle of 110.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #198505 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB251335-
CMYK0.8100.960.48
HSL110.62º92.75%27.06%-
HSV(B)110.62º96.24%52.16%-
XYZ8.8216.992.96-
YUV86.1282.2284.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 133 (52.34% from 255) = 81.60%
BLUE value IS 5 (2.34% from 255) = 3.07%
R=15.34%
G=81.60%
B=3.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal2513350.8100.960.48110.6292.7527.06
Hex1985551060306f5d1b
Octal31205512101406015713533
Binary11001100001011011010001011000001100001101111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #198505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #198505; }

 p { color: rgb(25,133,5); }

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

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

 a { background-color: rgb(25,133,5); }

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

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

 span { border-color: rgb(25,133,5); }

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