#194B3A

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

Shades of Sherwood Green #194B3A

Tints of Sherwood Green #194B3A

Color information

#194B3A (or 0x194B3A) is unknown color: approx Sherwood Green. HEX triplet: 19, 4B and 3A. RGB value is (25,75,58). Sum of RGB (Red+Green+Blue) = 25+75+58=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 75 (29.69% from 255 or 47.47% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 75 - color contains mainly: green. Hex color #194B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B3A is #E6B4C5. Grayscale: #3A3A3A. Windows color (decimal): -15119558 or 3820313. OLE color: 3820313.

HSL color Cylindrical-coordinate representation of color #194B3A: hue angle of 159.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 #194B3A is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB257558-
CMYK0.6700.230.71
HSL159.6º50%19.61%-
HSV(B)159.6º66.67%29.41%-
XYZ3.685.544.88-
YUV58.11127.94104.38-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 75 (29.69% from 255) = 47.47%
BLUE value IS 58 (23.05% from 255) = 36.71%
R=15.82%
G=47.47%
B=36.71%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2575580.6700.230.71159.65019.61
Hex194B3A4301747a03214
Octal31113721030271072406224
Binary110011001011111010100001101011110001111010000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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