#195035

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

Shades of County Green #195035

Tints of County Green #195035

Color information

#195035 (or 0x195035) is unknown color: approx County Green. HEX triplet: 19, 50 and 35. RGB value is (25,80,53). Sum of RGB (Red+Green+Blue) = 25+80+53=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 80 (31.64% from 255 or 50.63% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 80 - color contains mainly: green. Hex color #195035 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195035 is #E6AFCA. Grayscale: #3C3C3C. Windows color (decimal): -15118283 or 3493913. OLE color: 3493913.

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

Color convert

RGB258053-
CMYK0.6900.340.69
HSL150.55º52.38%20.59%-
HSV(B)150.55º68.75%31.37%-
XYZ3.916.24.36-
YUV60.48123.78102.7-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 80 (31.64% from 255) = 50.63%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=15.82%
G=50.63%
B=33.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2580530.6900.340.69150.5552.3820.59
Hex1950354502245973415
Octal31120651050421052276425
Binary1100110100001101011000101010001010001011001011111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195035; }

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

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

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

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

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

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

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

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