#194934

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

Shades of County Green #194934

Tints of County Green #194934

Color information

#194934 (or 0x194934) is unknown color: approx County Green. HEX triplet: 19, 49 and 34. RGB value is (25,73,52). Sum of RGB (Red+Green+Blue) = 25+73+52=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 73 (28.91% from 255 or 48.67% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 73 - color contains mainly: green. Hex color #194934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194934 is #E6B6CB. Grayscale: #383838. Windows color (decimal): -15120076 or 3426585. OLE color: 3426585.

HSL color Cylindrical-coordinate representation of color #194934: hue angle of 153.75º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194934 is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB257352-
CMYK0.6600.290.71
HSL153.75º48.98%19.22%-
HSV(B)153.75º65.75%28.63%-
XYZ3.45.224.08-
YUV56.25125.6105.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.67%
GREEN value IS 73 (28.91% from 255) = 48.67%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=16.67%
G=48.67%
B=34.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2573520.6600.290.71153.7548.9819.22
Hex1949344201D479a3113
Octal31111641020351072326123
Binary110011001001110100100001001110110001111001101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194934; }

 p { color: rgb(25,73,52); }

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

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

 a { background-color: rgb(25,73,52); }

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

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

 span { border-color: rgb(25,73,52); }

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