Html Css Color HEX #114232 Sherwood Green

📋 copy color: '#114232'

red 17 ◦ green 66 ◦ blue 50

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

Shades of Sherwood Green #114232

Tints of Sherwood Green #114232

RGB

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

 GREEN value IS 66 (26.17% from 255) = 49.62%

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

R = 12.78%
G = 49.62%
B = 37.59%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#114232 (or 0x114232) is known color: Sherwood Green. HEX triplet: 11, 42 and 32. RGB value is (17,66,50). Sum of RGB (Red+Green+Blue) = 17+66+50=133 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.78% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #114232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114232 is #EEBDCD. Grayscale: #313131. Windows color (decimal): -15646158 or 3293713. OLE color: 3293713.

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

Color convert

RGB 17 66 50 -
CMYK 0.74 0 0.24 0.74
HSL 160.41º 0.59% 0.16% -
HSV(B) 160.41º 0.74% 0.26% -
XYZ 2.76 4.25 3.69 -
YUV 49.53 128.27 104.8 -
System Red Green Blue C M Y K H S L
Decimal 17 66 50 0.74 0 0.24 0.74 160.41 0.59 0.16
Hex 11 42 32 4A 0 18 4A A0 3B 10
Octal 21 102 62 112 0 30 112 240 73 20
Binary 10001 1000010 110010 1001010 0 11000 1001010 10100000 111011 10000

Color Harmonies of #114232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114232

Black with #114232

Text Example


Text Example

White with #114232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114232; }

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

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

background-color css

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

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

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

border-color css

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

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

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