#194D32

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

Shades of County Green #194D32

Tints of County Green #194D32

Color information

#194D32 (or 0x194D32) is unknown color: approx County Green. HEX triplet: 19, 4D and 32. RGB value is (25,77,50). Sum of RGB (Red+Green+Blue) = 25+77+50=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 77 (30.47% from 255 or 50.66% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 77 - color contains mainly: green. Hex color #194D32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D32 is #E6B2CD. Grayscale: #3A3A3A. Windows color (decimal): -15119054 or 3296537. OLE color: 3296537.

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

Color convert

RGB257750-
CMYK0.6800.350.70
HSL148.85º50.98%20%-
HSV(B)148.85º67.53%30.2%-
XYZ3.635.743.94-
YUV58.37123.27104.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.45%
GREEN value IS 77 (30.47% from 255) = 50.66%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=16.45%
G=50.66%
B=32.89%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2577500.6800.350.70148.8550.9820
Hex194D324402346953314
Octal31115621040431062256324
Binary1100110011011100101000100010001110001101001010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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