Html Css Color HEX #114431 Sherwood Green

📋 copy color: '#114431'

red 17 ◦ green 68 ◦ blue 49

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

Shades of Sherwood Green #114431

Tints of Sherwood Green #114431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.75%

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

R = 12.69%
G = 50.75%
B = 36.57%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.73

RGB Variations

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

Color information

#114431 (or 0x114431) is known color: Sherwood Green. HEX triplet: 11, 44 and 31. RGB value is (17,68,49). Sum of RGB (Red+Green+Blue) = 17+68+49=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 49 (19.53% from 255 or 36.57% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #114431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114431 is #EEBBCE. Grayscale: #323232. Windows color (decimal): -15645647 or 3228689. OLE color: 3228689.

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

Color convert

RGB 17 68 49 -
CMYK 0.75 0 0.28 0.73
HSL 157.65º 0.6% 0.17% -
HSV(B) 157.65º 0.75% 0.27% -
XYZ 2.85 4.48 3.62 -
YUV 50.59 127.1 104.04 -
System Red Green Blue C M Y K H S L
Decimal 17 68 49 0.75 0 0.28 0.73 157.65 0.6 0.17
Hex 11 44 31 4B 0 1C 49 9E 3C 11
Octal 21 104 61 113 0 34 111 236 74 21
Binary 10001 1000100 110001 1001011 0 11100 1001001 10011110 111100 10001

Color Harmonies of #114431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114431

Black with #114431

Text Example


Text Example

White with #114431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114431; }

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

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

background-color css

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

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

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

border-color css

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

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

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