Html Css Color HEX #114A34 Sherwood Green

📋 copy color: '#114A34'

red 17 ◦ green 74 ◦ blue 52

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

Shades of Sherwood Green #114A34

Tints of Sherwood Green #114A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 51.75%

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

R = 11.89%
G = 51.75%
B = 36.36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.71

RGB Variations

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

Color information

#114A34 (or 0x114A34) is known color: Sherwood Green. HEX triplet: 11, 4A and 34. RGB value is (17,74,52). Sum of RGB (Red+Green+Blue) = 17+74+52=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #114A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114A34 is #EEB5CB. Grayscale: #363636. Windows color (decimal): -15644108 or 3426833. OLE color: 3426833.

HSL color Cylindrical-coordinate representation of color #114A34: hue angle of 156.84º degrees, saturation: 0.63, 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 #114A34 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.71.

Color convert

RGB 17 74 52 -
CMYK 0.77 0 0.30 0.71
HSL 156.84º 0.63% 0.18% -
HSV(B) 156.84º 0.77% 0.29% -
XYZ 3.3 5.26 4.09 -
YUV 54.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 17 74 52 0.77 0 0.30 0.71 156.84 0.63 0.18
Hex 11 4A 34 4D 0 1E 47 9D 3F 12
Octal 21 112 64 115 0 36 107 235 77 22
Binary 10001 1001010 110100 1001101 0 11110 1000111 10011101 111111 10010

Color Harmonies of #114A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114A34

Black with #114A34

Text Example


Text Example

White with #114A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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