Html Css Color HEX #114331 Sherwood Green

📋 copy color: '#114331'

red 17 ◦ green 67 ◦ blue 49

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

Shades of Sherwood Green #114331

Tints of Sherwood Green #114331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 50.38%

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

R = 12.78%
G = 50.38%
B = 36.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#114331 (or 0x114331) is known color: Sherwood Green. HEX triplet: 11, 43 and 31. RGB value is (17,67,49). Sum of RGB (Red+Green+Blue) = 17+67+49=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 49 (19.53% from 255 or 36.84% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #114331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114331 is #EEBCCE. Grayscale: #323232. Windows color (decimal): -15645903 or 3228433. OLE color: 3228433.

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

Color convert

RGB 17 67 49 -
CMYK 0.75 0 0.27 0.74
HSL 158.4º 0.6% 0.16% -
HSV(B) 158.4º 0.75% 0.26% -
XYZ 2.79 4.36 3.6 -
YUV 50 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 17 67 49 0.75 0 0.27 0.74 158.4 0.6 0.16
Hex 11 43 31 4B 0 1B 4A 9E 3C 10
Octal 21 103 61 113 0 33 112 236 74 20
Binary 10001 1000011 110001 1001011 0 11011 1001010 10011110 111100 10000

Color Harmonies of #114331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114331

Black with #114331

Text Example


Text Example

White with #114331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114331; }

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

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

background-color css

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

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

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

border-color css

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

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

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