#19503F

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

Shades of Sherwood Green #19503F

Tints of Sherwood Green #19503F

Color information

#19503F (or 0x19503F) is unknown color: approx Sherwood Green. HEX triplet: 19, 50 and 3F. RGB value is (25,80,63). Sum of RGB (Red+Green+Blue) = 25+80+63=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 63 (25% from 255 or 37.5% from 168); Max value from RGB is 80 - color contains mainly: green. Hex color #19503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19503F is #E6AFC0. Grayscale: #3D3D3D. Windows color (decimal): -15118273 or 4149273. OLE color: 4149273.

HSL color Cylindrical-coordinate representation of color #19503F: hue angle of 161.45º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #19503F is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB258063-
CMYK0.6900.210.69
HSL161.45º52.38%20.59%-
HSV(B)161.45º68.75%31.37%-
XYZ4.176.35.7-
YUV61.62128.78101.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.88%
GREEN value IS 80 (31.64% from 255) = 47.62%
BLUE value IS 63 (25% from 255) = 37.5%
R=14.88%
G=47.62%
B=37.5%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2580630.6900.210.69161.4552.3820.59
Hex19503F4501545a13415
Octal31120771050251052416425
Binary110011010000111111100010101010110001011010000111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19503F; }

 p { color: rgb(25,80,63); }

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

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

 a { background-color: rgb(25,80,63); }

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

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

 span { border-color: rgb(25,80,63); }

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