#145941

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

Shades of Fun Green #145941

Tints of Fun Green #145941

Color information

#145941 (or 0x145941) is unknown color: approx Fun Green. HEX triplet: 14, 59 and 41. RGB value is (20,89,65). Sum of RGB (Red+Green+Blue) = 20+89+65=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 65 (25.78% from 255 or 37.36% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #145941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145941 is #EBA6BE. Grayscale: #414141. Windows color (decimal): -15443647 or 4282644. OLE color: 4282644.

HSL color Cylindrical-coordinate representation of color #145941: hue angle of 159.13º 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 #145941 is Cyan = 0.78, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB208965-
CMYK0.7800.270.65
HSL159.13º63.3%21.37%-
HSV(B)159.13º77.53%34.9%-
XYZ4.827.686.23-
YUV65.63127.6495.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 89 (35.16% from 255) = 51.15%
BLUE value IS 65 (25.78% from 255) = 37.36%
R=11.49%
G=51.15%
B=37.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089650.7800.270.65159.1363.321.37
Hex1459414E01B419f3f15
Octal241311011160331012377725
Binary1010010110011000001100111001101110000011001111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145941; }

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

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

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

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

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

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

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

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