#145940

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

Shades of Fun Green #145940

Tints of Fun Green #145940

Color information

#145940 (or 0x145940) is unknown color: approx Fun Green. HEX triplet: 14, 59 and 40. RGB value is (20,89,64). Sum of RGB (Red+Green+Blue) = 20+89+64=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 89 (35.16% from 255 or 51.45% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 89 - color contains mainly: green. Hex color #145940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145940 is #EBA6BF. Grayscale: #414141. Windows color (decimal): -15443648 or 4217108. OLE color: 4217108.

HSL color Cylindrical-coordinate representation of color #145940: hue angle of 158.26º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145940 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB208964-
CMYK0.7800.280.65
HSL158.26º63.3%21.37%-
HSV(B)158.26º77.53%34.9%-
XYZ4.797.666.08-
YUV65.52127.1495.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.56%
GREEN value IS 89 (35.16% from 255) = 51.45%
BLUE value IS 64 (25.39% from 255) = 36.99%
R=11.56%
G=51.45%
B=36.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089640.7800.280.65158.2663.321.37
Hex1459404E01C419e3f15
Octal241311001160341012367725
Binary1010010110011000000100111001110010000011001111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145940; }

 p { color: rgb(20,89,64); }

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

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

 a { background-color: rgb(20,89,64); }

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

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

 span { border-color: rgb(20,89,64); }

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