#144F32

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

Shades of County Green #144F32

Tints of County Green #144F32

Color information

#144F32 (or 0x144F32) is unknown color: approx County Green. HEX triplet: 14, 4F and 32. RGB value is (20,79,50). Sum of RGB (Red+Green+Blue) = 20+79+50=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #144F32 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #144F32 is #EBB0CD. Grayscale: #3A3A3A. Windows color (decimal): -15446222 or 3297044. OLE color: 3297044.

HSL color Cylindrical-coordinate representation of color #144F32: hue angle of 150.51º 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 #144F32 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB207950-
CMYK0.7500.370.69
HSL150.51º59.6%19.41%-
HSV(B)150.51º74.68%30.98%-
XYZ3.665.973.98-
YUV58.05123.45100.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 79 (31.25% from 255) = 53.02%
BLUE value IS 50 (19.92% from 255) = 33.56%
R=13.42%
G=53.02%
B=33.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2079500.7500.370.69150.5159.619.41
Hex144F324B02545973c13
Octal24117621130451052277423
Binary1010010011111100101001011010010110001011001011111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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