#114D33

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

Shades of County Green #114D33

Tints of County Green #114D33

Color information

#114D33 (or 0x114D33) is unknown color: approx County Green. HEX triplet: 11, 4D and 33. RGB value is (17,77,51). Sum of RGB (Red+Green+Blue) = 17+77+51=145 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.72% from 145); Green value is 77 (30.47% from 255 or 53.10% from 145); Blue value is 51 (20.31% from 255 or 35.17% from 145); Max value from RGB is 77 - color contains mainly: green. Hex color #114D33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D33 is #EEB2CC. Grayscale: #383838. Windows color (decimal): -15643341 or 3362065. OLE color: 3362065.

HSL color Cylindrical-coordinate representation of color #114D33: hue angle of 154º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114D33 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB177751-
CMYK0.7800.340.70
HSL154º63.83%18.43%-
HSV(B)154º77.92%30.2%-
XYZ3.485.674.04-
YUV56.1125.12100.11-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.72%
GREEN value IS 77 (30.47% from 255) = 53.10%
BLUE value IS 51 (20.31% from 255) = 35.17%
R=11.72%
G=53.10%
B=35.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1777510.7800.340.7015463.8318.43
Hex114D334E022469a4012
Octal211156311604210623210022
Binary10001100110111001110011100100010100011010011010100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114D33; }

 p { color: rgb(17,77,51); }

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

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

 a { background-color: rgb(17,77,51); }

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

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

 span { border-color: rgb(17,77,51); }

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