#144E35

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

Shades of County Green #144E35

Tints of County Green #144E35

Color information

#144E35 (or 0x144E35) is unknown color: approx County Green. HEX triplet: 14, 4E and 35. RGB value is (20,78,53). Sum of RGB (Red+Green+Blue) = 20+78+53=151 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.25% from 151); Green value is 78 (30.86% from 255 or 51.66% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 78 - color contains mainly: green. Hex color #144E35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144E35 is #EBB1CA. Grayscale: #393939. Windows color (decimal): -15446475 or 3493396. OLE color: 3493396.

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

Color convert

RGB207853-
CMYK0.7400.320.69
HSL154.14º59.18%19.22%-
HSV(B)154.14º74.36%30.59%-
XYZ3.665.854.31-
YUV57.81125.28101.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.25%
GREEN value IS 78 (30.86% from 255) = 51.66%
BLUE value IS 53 (21.09% from 255) = 35.10%
R=13.25%
G=51.66%
B=35.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2078530.7400.320.69154.1459.1819.22
Hex144E354A020459a3b13
Octal24116651120401052327323
Binary1010010011101101011001010010000010001011001101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,78,53); }

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

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

 a { background-color: rgb(20,78,53); }

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

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

 span { border-color: rgb(20,78,53); }

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