Html Css Color HEX #114031 Sherwood Green

📋 copy color: '#114031'

red 17 ◦ green 64 ◦ blue 49

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

Shades of Sherwood Green #114031

Tints of Sherwood Green #114031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 49.23%

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

R = 13.08%
G = 49.23%
B = 37.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#114031 (or 0x114031) is known color: Sherwood Green. HEX triplet: 11, 40 and 31. RGB value is (17,64,49). Sum of RGB (Red+Green+Blue) = 17+64+49=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #114031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114031 is #EEBFCE. Grayscale: #303030. Windows color (decimal): -15646671 or 3227665. OLE color: 3227665.

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

Color convert

RGB 17 64 49 -
CMYK 0.73 0 0.23 0.75
HSL 160.85º 0.58% 0.16% -
HSV(B) 160.85º 0.73% 0.25% -
XYZ 2.62 4.01 3.54 -
YUV 48.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 17 64 49 0.73 0 0.23 0.75 160.85 0.58 0.16
Hex 11 40 31 49 0 17 4B A1 3A 10
Octal 21 100 61 111 0 27 113 241 72 20
Binary 10001 1000000 110001 1001001 0 10111 1001011 10100001 111010 10000

Color Harmonies of #114031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114031

Black with #114031

Text Example


Text Example

White with #114031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114031; }

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

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

background-color css

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

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

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

border-color css

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

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

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