#145839

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

Shades of Fun Green #145839

Tints of Fun Green #145839

Color information

#145839 (or 0x145839) is unknown color: approx Fun Green. HEX triplet: 14, 58 and 39. RGB value is (20,88,57). Sum of RGB (Red+Green+Blue) = 20+88+57=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 88 (34.77% from 255 or 53.33% from 165); Blue value is 57 (22.66% from 255 or 34.55% from 165); Max value from RGB is 88 - color contains mainly: green. Hex color #145839 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145839 is #EBA7C6. Grayscale: #404040. Windows color (decimal): -15443911 or 3758100. OLE color: 3758100.

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

Color convert

RGB208857-
CMYK0.7700.350.65
HSL152.65º62.96%21.18%-
HSV(B)152.65º77.27%34.51%-
XYZ4.527.425.07-
YUV64.13123.9796.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 88 (34.77% from 255) = 53.33%
BLUE value IS 57 (22.66% from 255) = 34.55%
R=12.12%
G=53.33%
B=34.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2088570.7700.350.65152.6562.9621.18
Hex1458394D02341993f15
Octal24130711150431012317725
Binary1010010110001110011001101010001110000011001100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145839; }

 p { color: rgb(20,88,57); }

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

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

 a { background-color: rgb(20,88,57); }

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

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

 span { border-color: rgb(20,88,57); }

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