#194D36

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

Shades of County Green #194D36

Tints of County Green #194D36

Color information

#194D36 (or 0x194D36) is unknown color: approx County Green. HEX triplet: 19, 4D and 36. RGB value is (25,77,54). Sum of RGB (Red+Green+Blue) = 25+77+54=156 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.03% from 156); Green value is 77 (30.47% from 255 or 49.36% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 77 - color contains mainly: green. Hex color #194D36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D36 is #E6B2C9. Grayscale: #3A3A3A. Windows color (decimal): -15119050 or 3558681. OLE color: 3558681.

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

Color convert

RGB257754-
CMYK0.6800.300.70
HSL153.46º50.98%20%-
HSV(B)153.46º67.53%30.2%-
XYZ3.725.784.41-
YUV58.83125.27103.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.03%
GREEN value IS 77 (30.47% from 255) = 49.36%
BLUE value IS 54 (21.48% from 255) = 34.62%
R=16.03%
G=49.36%
B=34.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2577540.6800.300.70153.4650.9820
Hex194D364401E46993314
Octal31115661040361062316324
Binary110011001101110110100010001111010001101001100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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