Html Css Color HEX #114532 Sherwood Green

📋 copy color: '#114532'

red 17 ◦ green 69 ◦ blue 50

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

Shades of Sherwood Green #114532

Tints of Sherwood Green #114532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 50.74%

 BLUE value IS 50 (19.92% from 255) = 36.76%

R = 12.5%
G = 50.74%
B = 36.76%

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

#114532 (or 0x114532) is known color: Sherwood Green. HEX triplet: 11, 45 and 32. RGB value is (17,69,50). Sum of RGB (Red+Green+Blue) = 17+69+50=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 69 (27.34% from 255 or 50.74% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 69 - color contains mainly: green. Hex color #114532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114532 is #EEBACD. Grayscale: #333333. Windows color (decimal): -15645390 or 3294481. OLE color: 3294481.

HSL color Cylindrical-coordinate representation of color #114532: hue angle of 158.08º 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 #114532 is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 69 50 -
CMYK 0.75 0 0.28 0.73
HSL 158.08º 0.6% 0.17% -
HSV(B) 158.08º 0.75% 0.27% -
XYZ 2.94 4.61 3.75 -
YUV 51.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 17 69 50 0.75 0 0.28 0.73 158.08 0.6 0.17
Hex 11 45 32 4B 0 1C 49 9E 3C 11
Octal 21 105 62 113 0 34 111 236 74 21
Binary 10001 1000101 110010 1001011 0 11100 1001001 10011110 111100 10001

Color Harmonies of #114532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114532

Black with #114532

Text Example


Text Example

White with #114532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114532; }

 p { color: rgb(17,69,50); }

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

background-color css

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

 a { background-color: rgb(17,69,50); }

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

border-color css

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

 span { border-color: rgb(17,69,50); }

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