#194733

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

Shades of County Green #194733

Tints of County Green #194733

Color information

#194733 (or 0x194733) is unknown color: approx County Green. HEX triplet: 19, 47 and 33. RGB value is (25,71,51). Sum of RGB (Red+Green+Blue) = 25+71+51=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 51 (20.31% from 255 or 34.69% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #194733 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194733 is #E6B8CC. Grayscale: #373737. Windows color (decimal): -15120589 or 3360537. OLE color: 3360537.

HSL color Cylindrical-coordinate representation of color #194733: hue angle of 153.91º 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 #194733 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB257151-
CMYK0.6500.280.72
HSL153.91º47.92%18.82%-
HSV(B)153.91º64.79%27.84%-
XYZ3.254.953.92-
YUV54.97125.76106.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.01%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 51 (20.31% from 255) = 34.69%
R=17.01%
G=48.30%
B=34.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2571510.6500.280.72153.9147.9218.82
Hex1947334101C489a3013
Octal31107631010341102326023
Binary110011000111110011100000101110010010001001101011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194733; }

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

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

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

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

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

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

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

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