#114B33

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

Shades of County Green #114B33

Tints of County Green #114B33

Color information

#114B33 (or 0x114B33) is unknown color: approx County Green. HEX triplet: 11, 4B and 33. RGB value is (17,75,51). Sum of RGB (Red+Green+Blue) = 17+75+51=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 75 (29.69% from 255 or 52.45% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 75 - color contains mainly: green. Hex color #114B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #114B33 is #EEB4CC. Grayscale: #363636. Windows color (decimal): -15643853 or 3361553. OLE color: 3361553.

HSL color Cylindrical-coordinate representation of color #114B33: hue angle of 155.17º degrees, saturation: 0.63, 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 #114B33 is Cyan = 0.77, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB177551-
CMYK0.7700.320.71
HSL155.17º63.04%18.04%-
HSV(B)155.17º77.33%29.41%-
XYZ3.345.394-
YUV54.92125.78100.95-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 75 (29.69% from 255) = 52.45%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=11.89%
G=52.45%
B=35.66%

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
Decimal1775510.7700.320.71155.1763.0418.04
Hex114B334D020479b3f12
Octal21113631150401072337722
Binary1000110010111100111001101010000010001111001101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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