Html Css Color HEX #114934 Sherwood Green

📋 copy color: '#114934'

red 17 ◦ green 73 ◦ blue 52

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

Shades of Sherwood Green #114934

Tints of Sherwood Green #114934

RGB

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

 GREEN value IS 73 (28.91% from 255) = 51.41%

 BLUE value IS 52 (20.7% from 255) = 36.62%

R = 11.97%
G = 51.41%
B = 36.62%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#114934 (or 0x114934) is known color: Sherwood Green. HEX triplet: 11, 49 and 34. RGB value is (17,73,52). Sum of RGB (Red+Green+Blue) = 17+73+52=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 73 (28.91% from 255 or 51.41% from 142); Blue value is 52 (20.70% from 255 or 36.62% from 142); Max value from RGB is 73 - color contains mainly: green. Hex color #114934 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114934 is #EEB6CB. Grayscale: #353535. Windows color (decimal): -15644364 or 3426577. OLE color: 3426577.

HSL color Cylindrical-coordinate representation of color #114934: hue angle of 157.5º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114934 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 73 52 -
CMYK 0.77 0 0.29 0.71
HSL 157.5º 0.62% 0.18% -
HSV(B) 157.5º 0.77% 0.29% -
XYZ 3.23 5.13 4.07 -
YUV 53.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 17 73 52 0.77 0 0.29 0.71 157.5 0.62 0.18
Hex 11 49 34 4D 0 1D 47 9E 3E 12
Octal 21 111 64 115 0 35 107 236 76 22
Binary 10001 1001001 110100 1001101 0 11101 1000111 10011110 111110 10010

Color Harmonies of #114934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114934

Black with #114934

Text Example


Text Example

White with #114934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114934; }

 p { color: rgb(17,73,52); }

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

background-color css

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

 a { background-color: rgb(17,73,52); }

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

border-color css

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

 span { border-color: rgb(17,73,52); }

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