#194C37

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

Shades of County Green #194C37

Tints of County Green #194C37

Color information

#194C37 (or 0x194C37) is unknown color: approx County Green. HEX triplet: 19, 4C and 37. RGB value is (25,76,55). Sum of RGB (Red+Green+Blue) = 25+76+55=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 76 (30.08% from 255 or 48.72% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 76 - color contains mainly: green. Hex color #194C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C37 is #E6B3C8. Grayscale: #3A3A3A. Windows color (decimal): -15119305 or 3623961. OLE color: 3623961.

HSL color Cylindrical-coordinate representation of color #194C37: hue angle of 155.29º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C37 is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.70.

Color convert

RGB257655-
CMYK0.6700.280.70
HSL155.29º50.5%19.8%-
HSV(B)155.29º67.11%29.8%-
XYZ3.675.654.51-
YUV58.36126.1104.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 76 (30.08% from 255) = 48.72%
BLUE value IS 55 (21.88% from 255) = 35.26%
R=16.03%
G=48.72%
B=35.26%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576550.6700.280.70155.2950.519.8
Hex194C374301C469b3214
Octal31114671030341062336224
Binary110011001100110111100001101110010001101001101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194C37; }

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

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

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

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

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

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

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

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