#194C3B

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

Shades of Sherwood Green #194C3B

Tints of Sherwood Green #194C3B

Color information

#194C3B (or 0x194C3B) is unknown color: approx Sherwood Green. HEX triplet: 19, 4C and 3B. RGB value is (25,76,59). Sum of RGB (Red+Green+Blue) = 25+76+59=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #194C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C3B is #E6B3C4. Grayscale: #3A3A3A. Windows color (decimal): -15119301 or 3886105. OLE color: 3886105.

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

Color convert

RGB257659-
CMYK0.6700.220.70
HSL160º50.5%19.8%-
HSV(B)160º67.11%29.8%-
XYZ3.775.695.04-
YUV58.81128.1103.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.62%
GREEN value IS 76 (30.08% from 255) = 47.5%
BLUE value IS 59 (23.44% from 255) = 36.88%
R=15.62%
G=47.5%
B=36.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576590.6700.220.7016050.519.8
Hex194C3B4301646a03214
Octal31114731030261062406224
Binary110011001100111011100001101011010001101010000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,76,59); }

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

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

 a { background-color: rgb(25,76,59); }

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

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

 span { border-color: rgb(25,76,59); }

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