#194B35

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

Shades of County Green #194B35

Tints of County Green #194B35

Color information

#194B35 (or 0x194B35) is unknown color: approx County Green. HEX triplet: 19, 4B and 35. RGB value is (25,75,53). Sum of RGB (Red+Green+Blue) = 25+75+53=153 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.34% from 153); Green value is 75 (29.69% from 255 or 49.02% from 153); Blue value is 53 (21.09% from 255 or 34.64% from 153); Max value from RGB is 75 - color contains mainly: green. Hex color #194B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B35 is #E6B4CA. Grayscale: #393939. Windows color (decimal): -15119563 or 3492633. OLE color: 3492633.

HSL color Cylindrical-coordinate representation of color #194B35: hue angle of 153.6º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B35 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB257553-
CMYK0.6700.290.71
HSL153.6º50%19.61%-
HSV(B)153.6º66.67%29.41%-
XYZ3.565.54.24-
YUV57.54125.44104.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.34%
GREEN value IS 75 (29.69% from 255) = 49.02%
BLUE value IS 53 (21.09% from 255) = 34.64%
R=16.34%
G=49.02%
B=34.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2575530.6700.290.71153.65019.61
Hex194B354301D479a3214
Octal31113651030351072326224
Binary110011001011110101100001101110110001111001101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,75,53); }

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

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

 a { background-color: rgb(25,75,53); }

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

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

 span { border-color: rgb(25,75,53); }

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