#114932

Color #114932 County Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of County Green #114932

Tints of County Green #114932

Color information

#114932 (or 0x114932) is unknown color: approx County Green. HEX triplet: 11, 49 and 32. RGB value is (17,73,50). Sum of RGB (Red+Green+Blue) = 17+73+50=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #114932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114932 is #EEB6CD. Grayscale: #353535. Windows color (decimal): -15644366 or 3295505. OLE color: 3295505.

HSL color Cylindrical-coordinate representation of color #114932: hue angle of 155.36º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #114932 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB177350-
CMYK0.7700.320.71
HSL155.36º62.22%17.65%-
HSV(B)155.36º76.71%28.63%-
XYZ3.195.113.84-
YUV53.63125.95101.87-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.14%
GREEN value IS 73 (28.91% from 255) = 52.14%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=12.14%
G=52.14%
B=35.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1773500.7700.320.71155.3662.2217.65
Hex1149324D020479b3e12
Octal21111621150401072337622
Binary1000110010011100101001101010000010001111001101111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114932; }

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

 H1.HeaderClassName
 {
   color: #114932;
 }
 .AnyTagClassName
 {
   color: #114932;
 }
</style>
background-color css

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

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

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

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

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

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