#194C32

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

Shades of County Green #194C32

Tints of County Green #194C32

Color information

#194C32 (or 0x194C32) is unknown color: approx County Green. HEX triplet: 19, 4C and 32. RGB value is (25,76,50). Sum of RGB (Red+Green+Blue) = 25+76+50=151 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.56% from 151); Green value is 76 (30.08% from 255 or 50.33% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 76 - color contains mainly: green. Hex color #194C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C32 is #E6B3CD. Grayscale: #393939. Windows color (decimal): -15119310 or 3296281. OLE color: 3296281.

HSL color Cylindrical-coordinate representation of color #194C32: hue angle of 149.41º 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 #194C32 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB257650-
CMYK0.6700.340.70
HSL149.41º50.5%19.8%-
HSV(B)149.41º67.11%29.8%-
XYZ3.565.613.91-
YUV57.79123.6104.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.56%
GREEN value IS 76 (30.08% from 255) = 50.33%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=16.56%
G=50.33%
B=33.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576500.6700.340.70149.4150.519.8
Hex194C324302246953214
Octal31114621030421062256224
Binary1100110011001100101000011010001010001101001010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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