#145C3E

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

Shades of Fun Green #145C3E

Tints of Fun Green #145C3E

Color information

#145C3E (or 0x145C3E) is unknown color: approx Fun Green. HEX triplet: 14, 5C and 3E. RGB value is (20,92,62). Sum of RGB (Red+Green+Blue) = 20+92+62=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 92 (36.33% from 255 or 52.87% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 92 - color contains mainly: green. Hex color #145C3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145C3E is #EBA3C1. Grayscale: #434343. Windows color (decimal): -15442882 or 4086804. OLE color: 4086804.

HSL color Cylindrical-coordinate representation of color #145C3E: hue angle of 155º 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 #145C3E is Cyan = 0.78, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.

Color convert

RGB209262-
CMYK0.7800.330.64
HSL155º64.29%21.96%-
HSV(B)155º78.26%36.08%-
XYZ4.998.155.87-
YUV67.05125.1594.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.49%
GREEN value IS 92 (36.33% from 255) = 52.87%
BLUE value IS 62 (24.61% from 255) = 35.63%
R=11.49%
G=52.87%
B=35.63%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2092620.7800.330.6415564.2921.96
Hex145C3E4E021409b4016
Octal241347611604110023310026
Binary10100101110011111010011100100001100000010011011100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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