#194D3B

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

Shades of Sherwood Green #194D3B

Tints of Sherwood Green #194D3B

Color information

#194D3B (or 0x194D3B) is unknown color: approx Sherwood Green. HEX triplet: 19, 4D and 3B. RGB value is (25,77,59). Sum of RGB (Red+Green+Blue) = 25+77+59=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #194D3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D3B is #E6B2C4. Grayscale: #3B3B3B. Windows color (decimal): -15119045 or 3886361. OLE color: 3886361.

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

Color convert

RGB257759-
CMYK0.6800.230.70
HSL159.23º50.98%20%-
HSV(B)159.23º67.53%30.2%-
XYZ3.845.835.06-
YUV59.4127.77103.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 77 (30.47% from 255) = 47.83%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=15.53%
G=47.83%
B=36.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2577590.6800.230.70159.2350.9820
Hex194D3B44017469f3314
Octal31115731040271062376324
Binary110011001101111011100010001011110001101001111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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