Html Css Color HEX #114432 Sherwood Green

📋 copy color: '#114432'

red 17 ◦ green 68 ◦ blue 50

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

Shades of Sherwood Green #114432

Tints of Sherwood Green #114432

RGB

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

 GREEN value IS 68 (26.95% from 255) = 50.37%

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

R = 12.59%
G = 50.37%
B = 37.04%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#114432 (or 0x114432) is known color: Sherwood Green. HEX triplet: 11, 44 and 32. RGB value is (17,68,50). Sum of RGB (Red+Green+Blue) = 17+68+50=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 68 (26.95% from 255 or 50.37% from 135); Blue value is 50 (19.92% from 255 or 37.04% from 135); Max value from RGB is 68 - color contains mainly: green. Hex color #114432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114432 is #EEBBCD. Grayscale: #323232. Windows color (decimal): -15645646 or 3294225. OLE color: 3294225.

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

Color convert

RGB 17 68 50 -
CMYK 0.75 0 0.26 0.73
HSL 158.82º 0.6% 0.17% -
HSV(B) 158.82º 0.75% 0.27% -
XYZ 2.87 4.48 3.73 -
YUV 50.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 17 68 50 0.75 0 0.26 0.73 158.82 0.6 0.17
Hex 11 44 32 4B 0 1A 49 9F 3C 11
Octal 21 104 62 113 0 32 111 237 74 21
Binary 10001 1000100 110010 1001011 0 11010 1001001 10011111 111100 10001

Color Harmonies of #114432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114432

Black with #114432

Text Example


Text Example

White with #114432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114432; }

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

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

background-color css

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

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

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

border-color css

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

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

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