#195037

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

Shades of County Green #195037

Tints of County Green #195037

Color information

#195037 (or 0x195037) is unknown color: approx County Green. HEX triplet: 19, 50 and 37. RGB value is (25,80,55). Sum of RGB (Red+Green+Blue) = 25+80+55=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #195037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195037 is #E6AFC8. Grayscale: #3C3C3C. Windows color (decimal): -15118281 or 3624985. OLE color: 3624985.

HSL color Cylindrical-coordinate representation of color #195037: hue angle of 152.73º 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 #195037 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB258055-
CMYK0.6900.310.69
HSL152.73º52.38%20.59%-
HSV(B)152.73º68.75%31.37%-
XYZ3.966.224.61-
YUV60.7124.78102.53-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 80 (31.64% from 255) = 50%
BLUE value IS 55 (21.88% from 255) = 34.38%
R=15.62%
G=50%
B=34.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2580550.6900.310.69152.7352.3820.59
Hex1950374501F45993415
Octal31120671050371052316425
Binary110011010000110111100010101111110001011001100111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195037; }

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

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

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

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

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

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

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

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