#194732

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

Shades of County Green #194732

Tints of County Green #194732

Color information

#194732 (or 0x194732) is unknown color: approx County Green. HEX triplet: 19, 47 and 32. RGB value is (25,71,50). Sum of RGB (Red+Green+Blue) = 25+71+50=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 71 - color contains mainly: green. Hex color #194732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194732 is #E6B8CD. Grayscale: #363636. Windows color (decimal): -15120590 or 3295001. OLE color: 3295001.

HSL color Cylindrical-coordinate representation of color #194732: hue angle of 152.61º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #194732 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB257150-
CMYK0.6500.300.72
HSL152.61º47.92%18.82%-
HSV(B)152.61º64.79%27.84%-
XYZ3.234.943.8-
YUV54.85125.26106.71-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.12%
GREEN value IS 71 (28.12% from 255) = 48.63%
BLUE value IS 50 (19.92% from 255) = 34.25%
R=17.12%
G=48.63%
B=34.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2571500.6500.300.72152.6147.9218.82
Hex1947324101E48993013
Octal31107621010361102316023
Binary110011000111110010100000101111010010001001100111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194732; }

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

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

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

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

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

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

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

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