#194031

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

Shades of Sherwood Green #194031

Tints of Sherwood Green #194031

Color information

#194031 (or 0x194031) is unknown color: approx Sherwood Green. HEX triplet: 19, 40 and 31. RGB value is (25,64,49). Sum of RGB (Red+Green+Blue) = 25+64+49=138 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.12% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 49 (19.53% from 255 or 35.51% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #194031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194031 is #E6BFCE. Grayscale: #323232. Windows color (decimal): -15122383 or 3227673. OLE color: 3227673.

HSL color Cylindrical-coordinate representation of color #194031: hue angle of 156.92º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #194031 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB256449-
CMYK0.6100.230.75
HSL156.92º43.82%17.45%-
HSV(B)156.92º60.94%25.1%-
XYZ2.794.13.55-
YUV50.63127.08109.72-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.12%
GREEN value IS 64 (25.39% from 255) = 46.38%
BLUE value IS 49 (19.53% from 255) = 35.51%
R=18.12%
G=46.38%
B=35.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2564490.6100.230.75156.9243.8217.45
Hex1940313D0174B9d2c11
Octal3110061750271132355421
Binary11001100000011000111110101011110010111001110110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194031; }

 p { color: rgb(25,64,49); }

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

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

 a { background-color: rgb(25,64,49); }

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

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

 span { border-color: rgb(25,64,49); }

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