#193C31

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

Shades of Sherwood Green #193C31

Tints of Sherwood Green #193C31

Color information

#193C31 (or 0x193C31) is unknown color: approx Sherwood Green. HEX triplet: 19, 3C and 31. RGB value is (25,60,49). Sum of RGB (Red+Green+Blue) = 25+60+49=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 60 - color contains mainly: green. Hex color #193C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C31 is #E6C3CE. Grayscale: #303030. Windows color (decimal): -15123407 or 3226649. OLE color: 3226649.

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

Color convert

RGB256049-
CMYK0.5800.180.76
HSL161.14º41.18%16.67%-
HSV(B)161.14º58.33%23.53%-
XYZ2.573.663.48-
YUV48.28128.4111.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 60 (23.83% from 255) = 44.78%
BLUE value IS 49 (19.53% from 255) = 36.57%
R=18.66%
G=44.78%
B=36.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2560490.5800.180.76161.1441.1816.67
Hex193C313A0124Ca12911
Octal317461720221142415121
Binary1100111110011000111101001001010011001010000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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