Html Css Color HEX #114332 Sherwood Green

📋 copy color: '#114332'

red 17 ◦ green 67 ◦ blue 50

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

Shades of Sherwood Green #114332

Tints of Sherwood Green #114332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 50%

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

R = 12.69%
G = 50%
B = 37.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#114332 (or 0x114332) is known color: Sherwood Green. HEX triplet: 11, 43 and 32. RGB value is (17,67,50). Sum of RGB (Red+Green+Blue) = 17+67+50=134 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.69% from 134); Green value is 67 (26.56% from 255 or 50% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 67 - color contains mainly: green. Hex color #114332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114332 is #EEBCCD. Grayscale: #323232. Windows color (decimal): -15645902 or 3293969. OLE color: 3293969.

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

Color convert

RGB 17 67 50 -
CMYK 0.75 0 0.25 0.74
HSL 159.6º 0.6% 0.16% -
HSV(B) 159.6º 0.75% 0.26% -
XYZ 2.81 4.36 3.71 -
YUV 50.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 17 67 50 0.75 0 0.25 0.74 159.6 0.6 0.16
Hex 11 43 32 4B 0 19 4A A0 3C 10
Octal 21 103 62 113 0 31 112 240 74 20
Binary 10001 1000011 110010 1001011 0 11001 1001010 10100000 111100 10000

Color Harmonies of #114332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114332

Black with #114332

Text Example


Text Example

White with #114332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114332; }

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

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

background-color css

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

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

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

border-color css

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

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

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