#144F37

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

Shades of County Green #144F37

Tints of County Green #144F37

Color information

#144F37 (or 0x144F37) is unknown color: approx County Green. HEX triplet: 14, 4F and 37. RGB value is (20,79,55). Sum of RGB (Red+Green+Blue) = 20+79+55=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 79 (31.25% from 255 or 51.30% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 79 - color contains mainly: green. Hex color #144F37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F37 is #EBB0C8. Grayscale: #3A3A3A. Windows color (decimal): -15446217 or 3624724. OLE color: 3624724.

HSL color Cylindrical-coordinate representation of color #144F37: hue angle of 155.59º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #144F37 is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB207955-
CMYK0.7500.300.69
HSL155.59º59.6%19.41%-
HSV(B)155.59º74.68%30.98%-
XYZ3.776.024.58-
YUV58.62125.95100.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 79 (31.25% from 255) = 51.30%
BLUE value IS 55 (21.88% from 255) = 35.71%
R=12.99%
G=51.30%
B=35.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2079550.7500.300.69155.5959.619.41
Hex144F374B01E459c3c13
Octal24117671130361052347423
Binary101001001111110111100101101111010001011001110011110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,79,55); }

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

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

 a { background-color: rgb(20,79,55); }

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

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

 span { border-color: rgb(20,79,55); }

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