#193D32

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

Shades of Sherwood Green #193D32

Tints of Sherwood Green #193D32

Color information

#193D32 (or 0x193D32) is unknown color: approx Sherwood Green. HEX triplet: 19, 3D and 32. RGB value is (25,61,50). Sum of RGB (Red+Green+Blue) = 25+61+50=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 61 (24.22% from 255 or 44.85% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 61 - color contains mainly: green. Hex color #193D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D32 is #E6C2CD. Grayscale: #303030. Windows color (decimal): -15123150 or 3292441. OLE color: 3292441.

HSL color Cylindrical-coordinate representation of color #193D32: hue angle of 161.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193D32 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.

Color convert

RGB256150-
CMYK0.5900.180.76
HSL161.67º41.86%16.86%-
HSV(B)161.67º59.02%23.92%-
XYZ2.653.773.61-
YUV48.98128.57110.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.38%
GREEN value IS 61 (24.22% from 255) = 44.85%
BLUE value IS 50 (19.92% from 255) = 36.76%
R=18.38%
G=44.85%
B=36.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2561500.5900.180.76161.6741.8616.86
Hex193D323B0124Ca22a11
Octal317562730221142425221
Binary1100111110111001011101101001010011001010001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193D32; }

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

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

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

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

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

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

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

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