Html Css Color HEX #114634 Sherwood Green

📋 copy color: '#114634'

red 17 ◦ green 70 ◦ blue 52

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

Shades of Sherwood Green #114634

Tints of Sherwood Green #114634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 50.36%

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

R = 12.23%
G = 50.36%
B = 37.41%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#114634 (or 0x114634) is known color: Sherwood Green. HEX triplet: 11, 46 and 34. RGB value is (17,70,52). Sum of RGB (Red+Green+Blue) = 17+70+52=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 70 (27.73% from 255 or 50.36% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 70 - color contains mainly: green. Hex color #114634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114634 is #EEB9CB. Grayscale: #343434. Windows color (decimal): -15645132 or 3425809. OLE color: 3425809.

HSL color Cylindrical-coordinate representation of color #114634: hue angle of 159.62º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #114634 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 17 70 52 -
CMYK 0.76 0 0.26 0.73
HSL 159.62º 0.61% 0.17% -
HSV(B) 159.62º 0.76% 0.27% -
XYZ 3.04 4.75 4 -
YUV 52.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 17 70 52 0.76 0 0.26 0.73 159.62 0.61 0.17
Hex 11 46 34 4C 0 1A 49 A0 3D 11
Octal 21 106 64 114 0 32 111 240 75 21
Binary 10001 1000110 110100 1001100 0 11010 1001001 10100000 111101 10001

Color Harmonies of #114634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114634

Black with #114634

Text Example


Text Example

White with #114634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114634; }

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

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

background-color css

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

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

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

border-color css

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

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

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