Html Css Color HEX #114032 Sherwood Green

📋 copy color: '#114032'

red 17 ◦ green 64 ◦ blue 50

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

Shades of Sherwood Green #114032

Tints of Sherwood Green #114032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.85%

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

R = 12.98%
G = 48.85%
B = 38.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#114032 (or 0x114032) is known color: Sherwood Green. HEX triplet: 11, 40 and 32. RGB value is (17,64,50). Sum of RGB (Red+Green+Blue) = 17+64+50=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 50 (19.92% from 255 or 38.17% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #114032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114032 is #EEBFCD. Grayscale: #303030. Windows color (decimal): -15646670 or 3293201. OLE color: 3293201.

HSL color Cylindrical-coordinate representation of color #114032: hue angle of 162.13º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #114032 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 64 50 -
CMYK 0.73 0 0.22 0.75
HSL 162.13º 0.58% 0.16% -
HSV(B) 162.13º 0.73% 0.25% -
XYZ 2.64 4.02 3.65 -
YUV 48.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 17 64 50 0.73 0 0.22 0.75 162.13 0.58 0.16
Hex 11 40 32 49 0 16 4B A2 3A 10
Octal 21 100 62 111 0 26 113 242 72 20
Binary 10001 1000000 110010 1001001 0 10110 1001011 10100010 111010 10000

Color Harmonies of #114032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114032

Black with #114032

Text Example


Text Example

White with #114032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114032; }

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

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

background-color css

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

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

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

border-color css

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

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

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