#194C3D

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

Shades of Sherwood Green #194C3D

Tints of Sherwood Green #194C3D

Color information

#194C3D (or 0x194C3D) is unknown color: approx Sherwood Green. HEX triplet: 19, 4C and 3D. RGB value is (25,76,61). Sum of RGB (Red+Green+Blue) = 25+76+61=162 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.43% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 76 - color contains mainly: green. Hex color #194C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C3D is #E6B3C2. Grayscale: #3B3B3B. Windows color (decimal): -15119299 or 4017177. OLE color: 4017177.

HSL color Cylindrical-coordinate representation of color #194C3D: hue angle of 162.35º 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 #194C3D is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB257661-
CMYK0.6700.200.70
HSL162.35º50.5%19.8%-
HSV(B)162.35º67.11%29.8%-
XYZ3.835.715.32-
YUV59.04129.1103.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.43%
GREEN value IS 76 (30.08% from 255) = 46.91%
BLUE value IS 61 (24.22% from 255) = 37.65%
R=15.43%
G=46.91%
B=37.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2576610.6700.200.70162.3550.519.8
Hex194C3D4301446a23214
Octal31114751030241062426224
Binary110011001100111101100001101010010001101010001011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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