#104131

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

Shades of Sherwood Green #104131

Tints of Sherwood Green #104131

Color information

#104131 (or 0x104131) is unknown color: approx Sherwood Green. HEX triplet: 10, 41 and 31. RGB value is (16,65,49). Sum of RGB (Red+Green+Blue) = 16+65+49=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #104131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104131 is #EFBECE. Grayscale: #303030. Windows color (decimal): -15711951 or 3227920. OLE color: 3227920.

HSL color Cylindrical-coordinate representation of color #104131: hue angle of 160.41º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #104131 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB166549-
CMYK0.7500.250.75
HSL160.41º60.49%15.88%-
HSV(B)160.41º75.38%25.49%-
XYZ2.664.113.56-
YUV48.52128.27104.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.31%
GREEN value IS 65 (25.78% from 255) = 50%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=12.31%
G=50%
B=37.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1665490.7500.250.75160.4160.4915.88
Hex1041314B0194Ba03c10
Octal20101611130311132407420
Binary100001000001110001100101101100110010111010000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104131; }

 p { color: rgb(16,65,49); }

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

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

 a { background-color: rgb(16,65,49); }

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

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

 span { border-color: rgb(16,65,49); }

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