Html Css Color HEX #114131 Sherwood Green

📋 copy color: '#114131'

red 17 ◦ green 65 ◦ blue 49

#114131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherwood Green #114131

Tints of Sherwood Green #114131

RGB

 RED value IS 17 (7.03% from 255) = 12.98%

 GREEN value IS 65 (25.78% from 255) = 49.62%

 BLUE value IS 49 (19.53% from 255) = 37.4%

R = 12.98%
G = 49.62%
B = 37.4%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#114131 (or 0x114131) is known color: Sherwood Green. HEX triplet: 11, 41 and 31. RGB value is (17,65,49). Sum of RGB (Red+Green+Blue) = 17+65+49=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #114131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114131 is #EEBECE. Grayscale: #303030. Windows color (decimal): -15646415 or 3227921. OLE color: 3227921.

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

Color convert

RGB 17 65 49 -
CMYK 0.74 0 0.25 0.75
HSL 160º 0.59% 0.16% -
HSV(B) 160º 0.74% 0.25% -
XYZ 2.68 4.12 3.56 -
YUV 48.82 128.1 105.3 -
System Red Green Blue C M Y K H S L
Decimal 17 65 49 0.74 0 0.25 0.75 160 0.59 0.16
Hex 11 41 31 4A 0 19 4B A0 3B 10
Octal 21 101 61 112 0 31 113 240 73 20
Binary 10001 1000001 110001 1001010 0 11001 1001011 10100000 111011 10000

Color Harmonies of #114131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114131

Black with #114131

Text Example


Text Example

White with #114131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114131; }

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

 H1.HeaderClassName
 {
   color: #114131;
 }
 .AnyTagClassName
 {
   color: #114131;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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