#145C39

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

Shades of Fun Green #145C39

Tints of Fun Green #145C39

Color information

#145C39 (or 0x145C39) is unknown color: approx Fun Green. HEX triplet: 14, 5C and 39. RGB value is (20,92,57). Sum of RGB (Red+Green+Blue) = 20+92+57=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 57 (22.66% from 255 or 33.73% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #145C39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145C39 is #EBA3C6. Grayscale: #424242. Windows color (decimal): -15442887 or 3759124. OLE color: 3759124.

HSL color Cylindrical-coordinate representation of color #145C39: hue angle of 150.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145C39 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB209257-
CMYK0.7800.380.64
HSL150.83º64.29%21.96%-
HSV(B)150.83º78.26%36.08%-
XYZ4.858.15.18-
YUV66.48122.6594.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 92 (36.33% from 255) = 54.44%
BLUE value IS 57 (22.66% from 255) = 33.73%
R=11.83%
G=54.44%
B=33.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2092570.7800.380.64150.8364.2921.96
Hex145C394E02640974016
Octal241347111604610022710026
Binary10100101110011100110011100100110100000010010111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145C39; }

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

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

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

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

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

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

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

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