#193D31

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

Shades of Sherwood Green #193D31

Tints of Sherwood Green #193D31

Color information

#193D31 (or 0x193D31) is unknown color: approx Sherwood Green. HEX triplet: 19, 3D and 31. RGB value is (25,61,49). Sum of RGB (Red+Green+Blue) = 25+61+49=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 61 (24.22% from 255 or 45.19% from 135); Blue value is 49 (19.53% from 255 or 36.30% from 135); Max value from RGB is 61 - color contains mainly: green. Hex color #193D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D31 is #E6C2CE. Grayscale: #303030. Windows color (decimal): -15123151 or 3226905. OLE color: 3226905.

HSL color Cylindrical-coordinate representation of color #193D31: hue angle of 160º 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 #193D31 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB256149-
CMYK0.5900.200.76
HSL160º41.86%16.86%-
HSV(B)160º59.02%23.92%-
XYZ2.623.773.49-
YUV48.87128.07110.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 61 (24.22% from 255) = 45.19%
BLUE value IS 49 (19.53% from 255) = 36.30%
R=18.52%
G=45.19%
B=36.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2561490.5900.200.7616041.8616.86
Hex193D313B0144Ca02a11
Octal317561730241142405221
Binary1100111110111000111101101010010011001010000010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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