#144C32

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

Shades of County Green #144C32

Tints of County Green #144C32

Color information

#144C32 (or 0x144C32) is unknown color: approx County Green. HEX triplet: 14, 4C and 32. RGB value is (20,76,50). Sum of RGB (Red+Green+Blue) = 20+76+50=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 50 (19.92% from 255 or 34.25% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #144C32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144C32 is #EBB3CD. Grayscale: #383838. Windows color (decimal): -15446990 or 3296276. OLE color: 3296276.

HSL color Cylindrical-coordinate representation of color #144C32: hue angle of 152.14º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #144C32 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB207650-
CMYK0.7400.340.70
HSL152.14º58.33%18.82%-
HSV(B)152.14º73.68%29.8%-
XYZ3.455.553.91-
YUV56.29124.45102.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.70%
GREEN value IS 76 (30.08% from 255) = 52.05%
BLUE value IS 50 (19.92% from 255) = 34.25%
R=13.70%
G=52.05%
B=34.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2076500.7400.340.70152.1458.3318.82
Hex144C324A02246983a13
Octal24114621120421062307223
Binary1010010011001100101001010010001010001101001100011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144C32; }

 p { color: rgb(20,76,50); }

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

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

 a { background-color: rgb(20,76,50); }

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

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

 span { border-color: rgb(20,76,50); }

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